Free Newsletters
InfoWorld Daily

InfoWorld
Log-in | Register

Write once, run everywhere -- no kidding

Primed for business, Oracle 10g AS Release 2 frees Java apps from traditional server binds

By Tom Yager  
April 11, 2005
 

As free servers continue to rack up rapid gains in the installed base, Oracle hopes to hang on to its third-place position among vendors selling commercial J2EE-certified app servers. To boost AS (Application Server) 10g’s attractiveness alongside freeware alternatives, Oracle tries to split the difference between the cost benefits of free and the feature-richness of branded by making the entire server stack and tools free for development use.

Free IT resource

Hear how top CIOs turn change into a competitive advantage.

Sponsored by HP

Free IT resource

Attend the SOA Executive Forum: Breaking SOA Bottlenecks SOAExecForum.com/may2007

Sponsored by InfoWorld



Oracle Application Server 10g Release 2

Oracle, oracle.com

Excellent  8.7
criteria score weight
Manageability 10 20%
Integration 9 15%
Interoperability 8 15%
Performance 8 15%
Scalability 9 15%
Reliability 8 10%
Value 8 10%

Platforms:
Oracle Application Server 10g Release 2

Cost:
$5,000 to $30,000 per CPU plus a la carte options; per-user licensing available

Platforms:
All platforms require Java SDK (software development kit) 1.4 or 1.5; full server stack runs on 32- and 64-bit Red Hat and Novell Suse Linux, IBM, Sun, and HP Unix, Windows 2000 and 2003 Server; pure Java edition and Oracle Containers for Java run on Apple OS X Server as well

Bottom Line:
Oracle AS 10g Release 2 takes the prize as an end-to-end J2EE 1.3-certified server solution that takes users from the code editor to cross-platform business processes while keeping administrators and business analysts in stride. Consistent management, dashboard and portal user interfaces, zero-penalty interoperation with all J2EE 1.3- and 1.4-compliant servers, and the ability to monitor and trigger notifications on business processes and transactions are a few of the innumerable yet surprisingly accessible high points in Oracle's server.

About our Reviews and Scoring Methodology

I’m extremely impressed with AS 10g Release 2 as a commercial product. Oracle has designed a valuable feature set built on top of J2EE 1.3, optimizing it for SOAs (service-oriented architectures), BPEL (Business Process Execution Language), BPM, pervasive support of XML, and real-time business intelligence, among many, many other things.

But I’m just as impressed with the clear emphasis Oracle has placed on complying not only with the letter of Java server standards, but with their “write once, run anywhere” spirit. You get to choose whether you want to bind yourself to Oracle’s extras. AS 10g Release 2 permits, and even automates, deployment to and management of non-Oracle Java app servers that adhere to the J2EE 1.3 standard. And if you do this, there are no subtle glitches meant to prod you toward paying for Oracle’s server.

After several weeks of living with AS 10g Release 2, I found that Oracle’s added value is nothing short of spectacular for enterprise applications and well worth paying for.

Call It 10.5

AS 10g Release 2 is no service pack. It’s a new edition with, according to Oracle, more than 400 added features, many of which put business events in control of application flow. I’d make myself crazy trying to document all of them, so I’ll dig into a few that really grabbed me.

AS 10g’s holistic approach to BPM, which revolves around the BPEL standard, is exceptional. It rivals the capabilities of stand-alone and costly add-in business-process services and exceeds its mission by implementing connectivity with non-Java back ends in ways that make it easy to put your current assets at your Java solution’s disposal.

AS 10g minimizes the sense -- present in other servers -- that constructing a business process is like wiring together a massive entertainment system in which no two components come from the same manufacturer. The JCA (J2EE Connector Architecture) standard gives all Java app servers a foundation for getting integration right, but Oracle goes a step further with a healthy selection of standard connectors (including PeopleSoft, SAP, and Siebel), a smartly design front end, and a Web-based console that lets you monitor and debug business processes while they’re running.

As is the case across most of Oracle AS 10g’s plentiful console and dashboard interfaces, business process drill-down is a matter of clicking hyperlinks, and I’m amazed by the number of hyperlinked items shown on server management and report pages.

The drill-down information would make no sense if it were presented only symbolically. For those full AS 10g implementations that share a LAN segment with one or more Oracle 10g database servers, AS 10g maintains a centralized metadata repository that associates the arbitrary symbols embedded in Java code with plain language terms and processes specific to the application.

With metadata mappings, business processes are debugged by businessmen, not developers. Your developer will need direction from business staff to create an initial geek-to-English (or whatever the local language is) translation during design, but after deployment you won’t need Java jockeys with magic decoder rings to make sense of your solution’s processes and data. Filling the metadata becomes an easy, integrated part of best-practices-based development and deployment.

AS 10g executes BAM (business activity monitoring) perfectly. The beauty is, once again, the ability to put the businessman in the driver’s seat. The elements you’d expect from a BAM implementation, such as a rules engine and a notification profile, are present, of course. I got hooked on the accessibility of the interface and on the cleverness, flexibility, and efficiency of Oracle’s approach. Agents on server nodes maintain connections to a hub (which is in turn connected to the metadata repository) that handles process orchestration and coalesces inbound data from AS 10g servers. The agent/hub approach simplifies after-the-fact BI analysis of data and transactions by obviating the need to know which specific server did the work, or even where the data landed. That helps to enable the grid support built into AS 10g Release 2, but the agents also feed BAM.

The hub and agents work together to watch for the data changes and trends that users and applications -- through Web services, Java code, connectors, and other means -- have selected for real-time notification. There’s no need for message queue taps or hand-coded database triggers.

Oracle wins points for the portability and consistency of its user interfaces, both of which deepen AS 10g’s overall feel of tight integration.

Further, Oracle’s JDeveloper IDE has an embedded OC4J (Oracle Containers for Java) implementation, which is largely based on open source software. You could certainly install and configure the open software yourself, but Oracle has assembled its core Java server from validated parts, wired in ready-to-run configurations, and combined everything into a one-click (at least on my Mac systems) install. OC4J lacks the enterprise scalability and connectivity of AS 10g and other full-blown J2EE servers, but I found JDeveloper’s embedded OC4J to be a blessing not only during development, but also in testing.

High Visibility

JDeveloper, which we recently reviewed, is a marvel. I’ll let our review handle the details, but there’s one trait of JDeveloper worthy of special mention: one-step deployment. If you color within the generous lines of J2EE 1.3 or 1.4, the IDE will perform a fully automated deployment to the Java server of your choice. It reached out to my Xserve-hosted JBoss and Tomcat/OC4J with ease, in both cases leaving me with apps that were ready to run.

The sample apps I built and deployed across Windows, Linux, and OS X demonstrated the portability, interoperability, and application intelligence that Oracle brings to large-scale Java server apps. But I may have learned the most from a trivial inventory control application I built to simulate a narrow range of b-to-b interactions.

The application walked its way from JSP to a secure portal and Web services. XSLT (XSL Transformation), which is integrated into JDeveloper as well as the run time, translated my partners’ native data representation to mine. A partner submits an order by calling into a Web service on my servers. This kicks off a business process that checks inventory level, tests to see if the customer’s account is in good order, sends the order to the warehouse, and notifies the partner. An associated BAM rule alerts me if I’m at risk of running out of stock. Moving from stage to stage wasn’t as easy as flipping switches or dragging rectangles around in a GUI, but I was constantly surprised by how little Java server knowledge -- or even Java knowledge -- was required to incorporate advanced features.

There’s one facility in AS 10g Release 2 that ties things together: No action of consequence goes unnoticed or is obscured from your sight. AS 10g’s instrumentation visibility reaches down closer to the metal than I’ve seen in other app servers. This is a tremendous aid to debugging and performance profiling, but the instrumentation is part of an invisibly integrated whole that combines AS 10g’s deep knowledge of its inner workings with derived knowledge of the architecture and structure of your application to build the potential for new breeds of Java server applications. And if you value freedom more than tight integration and polished functionality, Oracle lets you have your way and even helps you jump ship, if that’s your choice.

The myth of “write once, run anywhere” has been turned on its head. With AS 10g Release 2, Oracle has delivered on that age-old promise as well as a software giant can.





 


 
Tom Yager is chief technologist at the InfoWorld Test Center.

  More of Tom Yager's column
  Tom Yager's Weblog

Newsletter Check out all of our free newsletters!
Enter e-mail address:




 

TOP NEWS:


»  Four quick tips for choosing an IM security product
71 percent of businesses will invest in real-time messaging this year. If you're one of them, be sure to protect your enterprise

»  Forrester analysts ID hot IT jobs
Research group finds 16 IT roles with a promising future

»  Nvidia claims 10 hours of HD video on Tegra chip
The Tegra 600 and 650 can be used with hard disk drives and are designed partly for mobile Internet devices

»  Database vendors add Google's MapReduce
Greenplum and Aster Data Systems will support Google's programming technique, developed for parallel processing of large data sets across commodity hardware

»  Network management: Tips for managing costs
New technologies, changing requirements, and ongoing equipment maintenance and upgrades cost money, but there are ways to manage expenses

»  EMC targets SMBs, branch offices with new low-end storage
Celerra NX4 highlights include thin provisioning, snapshot technology for data recovery and backups, and Web-based console for management of storage volumes




FIVE WAYS TO REDUCE IT COSTS IN 2009
The demands on IT have never been greater, particularly in light of lower revenue and uncertain demand for the goods and services. There are many ways that IT can help organizations adjust to this new economic environment. Learn about five key technology trends that can immediately impact your organization's bottom line, and how to build a strategy to implement these technologies within your current budget. Sponsored by: Riverbed

»  Click here to view this Webcast
  Enterprise Data Security Solutions Guide
Data security used to be about outside threats. These days the biggest challenge for data-driven organizations is the management of secure information from the inside out. Data is available on laptops, your network and even USB devices, but not always secure. Read this Solutions Guide to learn the best ways to keep it safe. Sponsored by ISC2

»  Click here to download now

- Special Advertising Partners -
WHITE PAPERS
 

» Technology White Papers Library

Technology White Papers by Topic

Technology White Papers E-mail Alert

Find out when the latest white paper is available:
 
 
INFOWORLD MARKETPLACE
 
» BUY A LINK NOW
 

FIND PRODUCTS AND COMPANIES
» COMPLETE PRODUCT GUIDE



TECHNOLOGY INDEX
• Applications
• Application Development
• Security
• Networking
• Wireless
• Platforms
• Hardware
• Data Management
• Storage
• Web Services
• Business
• Telecom
• Professional Services
• Standards

TECH WATCH 


What's the 411 on GOOG-411?
Just as Google has become synonymous with "performing a Web search," 411 is understood to mean "information" -- as in "what's the 411?" I was thus surprised to discover, from a billboard, no less, that the king of search is taking on the ...

Apple HTML source reveals 'iPhone Extreme'
"This one's a stretch..." reports AppleInsider. Um, yeah. Reporting on HTML code sightings of product names could be called a stretch, but iPhone Extreme has a ring to it. Now, that sounds like the product Apple should have released first, rather ...

COLUMNISTS

Unified under law
Ephraim Schwartz's Column and Blog (InfoWorld) - In the litigious world we live in, deploying a unified communications platform in your enterprise could...
» MORE COLUMNISTS

MORE INFOWORLD BLOGS


Open Sources 
Product Management
When I joined MySQL four years ago, there was quite a lot of debate about product management. We didn't actually have ...

Zero Day 
Botnet herders tending smaller flocks
New research backs up the theory that botnet operators are keeping their networks smaller in a continued effort to keep ...



• Advice Line
• Database Underground
• The Deep End
• Enterprise Mac
• Geeks in Paradise
• Grid Meter
• The Gripe Line
• InfoWorld Daily
• Inside IT
• IT Troubleshooter
• ITXtreme
• Open Sources
• ProdBlog
• Real World SOA
• Reality Check
• Security Adviser
• SMB IT
• The Storage Network
• Tech Watch
• Virtualization Report
• Zero Day

ADVERTISEMENT


RESOURCE CENTERadvertisement 

GOVERNMENT IT & POLICY
'If you don't go after the network, you're never going to stop these guys. Never.'
From the State Department, All the News for Inquiring Minds
TechPresident, the Internet Citizenry's New Consensus Taker



Sponsored Technology Links

 
 
 HOME  NEWS  BLOGS  PODCASTS  VIDEOS  TECHNOLOGIES  TEST CENTER  EVENTS   About | Advertise | Awards | RSS | Contact Us 

Copyright © 2009, Reprints, Permissions, Licensing, IDG Network, Privacy Policy, Terms of Service.
All Rights reserved. InfoWorld is a leading publisher of technology information and product reviews on topics including viruses,
phishing, worms, firewalls, security, servers, storage, networking, wireless, databases, and web services.

CIO :: ComputerWorld :: CSO :: Demo :: GamePro :: Games.net :: IDG Connect :: IDG World Expo
Industry Standard :: IT World :: JavaWorld :: LinuxWorld :: MacUser :: Macworld :: Network World :: PC World :: Playlist
TecChannel :: TecCommunity