YOUR FEEDBACK
The 4 Core Principles of Agile Programming
Siegfried wrote: Actually, every elephant has two left feet, and two right...
SOA World Conference
Virtualization Conference
$200 Savings Expire May 16, 2008... – Register Today!

2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts

SYS-CON.TV
TOP THREE LINKS YOU MUST CLICK ON


Tracking the Transaction: Performance-Centric J2EE Development

Digg This!

To build a J2EE system that's both extensible and maintainable it's important to take a functional approach. By separating the system into tiers, you ensure that your Web tier is built to handle the presentation layer, the EJB layer can manage business logic, and the database is built to store data persistently and take care of most of the complex data concurrency issues. While this functional model is accepted practice, the problem is that it neglects what makes an e-business system successful: fast transactions.

The reality is that well-designed J2EE systems aren't necessarily high-performance systems. This reality usually hits home in production as operations teams struggle to meet service-level commitments on transaction times. The costs can soar alarmingly quickly. One response may be to add to your application server cluster, or invest in more hardware. But a proactive approach to performance in preproduction can mitigate risk and protect your IT group from these later costs. You'll need to balance the functional approach with a performance-centric approach, supported by appropriate tools.

Adopting a performance-centric approach involves analyzing transaction execution paths through the entire system, and tuning your system to accelerate throughput and response time. Focus your tuning on the transactions that are genuinely taxing system resources and failing to meet response time requirements. With a transaction-centric focus, you also run less risk of optimizing areas that aren't negatively impacting your customer experience.

One important way to improve performance is via caching. Intelligent use of caching is arguably the single most important factor in delivering fast transaction processing. But to implement caching effectively you must understand the transaction path. Otherwise, you may implement caching on a process that is already inherently fast or that is infrequently used Ð a poor use of development resources.

To improve transactional efficiency, reduce the time spent in expensive data computation and lookup by caching data forward in the presentation or business logic layer. Completed results of business logic can be kept forward in the presentation layer to save on the cost of recomputing the same piece of data for multiple requests. Session handling should also be kept as far forward as possible in the presentation layer. This ensures that the business logic can be implemented using high-performance stateless logic (typically, stateless session EJBs). Use caching to lower costs, especially on your most expensive infrastructure investments: databases and clustered application server machines.

Let's revisit the limitations of accepted practice. In large-scale systems, you may incur significant performance degradation if you take the golden principles of object-oriented programming too literally. Fine-grained and tightly coupled design patterns can be communication-heavy, slowing down transaction response time. Try experimenting with newer, performance-centric patterns such as a more loosely coupled, coarse-grained design for component interactions. Remember to focus on the transaction path so you can target enhancements where you'll reap a worthwhile performance gain.

Finally, let's talk tools. Many tool vendors are making noise about transaction response times. But a closer look reveals that the analysis some tools provide is in fact highly tier-specific, leaving you with only a partial view of transaction throughput. Production- monitoring tools, for example, provide response-time metrics without any data to identify where in the transaction execution path the performance is degrading.

Applying these monitors to preproduction analysis work is going to leave you with more questions than answers about your transaction processing. So build your diagnostic arsenal carefully, with tools that can give you both broad visibility through your assembled system as well as deep performance intelligence within the J2EE application itself.

With a more flexible approach to J2EE design patterns, the right tools, and a healthy obsession with the transaction execution path, you'll be well on your way to delivering a high-performance, not just well-designed, system. Operations folks will thank you for it. And your customers will be getting what they need, when they need it.

About Ethan Henry
Ethan Henry is manager of Training Services and a former product manager at Sitraka. He has been involved with Java technology since 1995 as a Java instructor, a Java developer, and a "Java Evangelist." Ethan has written a number of articles on Java technology and has spoken at numerous conferences, including JavaOne.

BEA WEBLOGIC LATEST STORIES
Microsoft To Keynote 4th International Virtualization Conference & Expo
Mike Neil is general manager for virtualization strategy in the Windows Server Division at Microsoft. Mike is focused on the delivery of the Windows virtualization technology, including Windows Server 2008 Hyper-V, Microsoft Hyper-V Server and Virtual PC 2007. Mike also directs the tec
3rd International Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up of the virtualization themes & topics being discussed in NYC June 23-24, 2008 by the world-class speaker faculty at the 3rd International Virtualization Conference & Expo being held by SYS-CON Events in The Roosevelt Hotel, in midtown
Virtualization Meets DaaS - Desktop-as-a-Service
After a $1.5 million angel round, Desktone, which was started in 2006 by Eric Pulier, who also started SOA Software, US Interactive and IVT, picked up $17 million in first-round funding about a year ago from Highland Capital Partners, SoftBank Capital, Citrix Systems and the China-base
Engelbart's Usability Dilemma: Efficiency vs Ease-of-Use
The mouse was the original idea of Doug Engelbart who was the head of the Augmentation Research Center (ARC) at Stanford Research Institute. Engelbart's philosophy is best embodied, in my opinion, in the design of another device that he invented, the five-finger keyboard - with keys li
Web 2.0 Is Fundamentally About Empowering People
'Unlocking content to be remixed into new business value' is the driver of Web 2.0 in the enterprise, says Rod Smith, IBM VP of Emerging Internet Technologies, in this Exclusive Q&A with Jeremy Geelan on the occasion of IBM's release of a new technology created by IBM researchers, code
Why Do 'Cool Kids' Choose Ruby or PHP to Build Websites Instead of Java?
Here is a question that I have been pondering on and off for quite a while: Why do 'cool kids' choose Ruby or PHP to build websites instead of Java? I have to admit that I do not have an answer. Why do I even care? Because I am a Java developer. Like many Java developers, I get along w
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE
BREAKING NEWS FROM THE WIRES
AmberPoint Extends SOA Governance to Apache ServiceMix, BEA AquaLogic Service Bus 3.0, BEA WebLogic Integration, Cisco ACE XML Gateway, JBoss Enterprise Application Platform and Oracle Fusion
AmberPoint announced today that it has extended the reach of its runtime SOA governance