J2EE Technology Main: Best Practices

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
  

Articles:
  • Increase stability and responsiveness by short-circuiting code by Brian D. Goodman, James Kebinger   - [Clicks: 14]
    High volume Web sites often require asynchronous or threaded operations to achieve target performance criteria. While threads in Web containers are considered bad practice, the alternative is for developers to make blocking calls to code they cannot control. It becomes important that dependencies of this nature fail-fast. Goodman and Kebinger present a homegrown short-circuit pattern that ensures threaded execution and completion of a process in a fixed window of time.
    [Includes source code]
    http://www-106.ibm.com/developerworks/web/library/wa-shortcir/ - Oct, 2004
  • 6 Best Practices for J2EE Architecture by Tarak Modi   - [Clicks: 67]
    Learn six in-the-trench lessons for improving the design and implementation of your existing and future J2EE apps.
    http://www.fawcette.com/special/j2ee/modi1/ - Jun, 2004
  • J2EE application performance optimization by Rahul Kuchhal   - [Clicks: 30]
    In this article, Rahul Kuchhal demonstrates how to identify and resolve bottlenecks in a J2EE application. This article covers all the steps required for performance tuning—bottleneck identification, application server and/or Web server tuning, optimal database configuration, database query optimization, and Java code analysis for best performance. The article also briefly introduces the tools that assist in this process. To limit the scope, this article does not cover EJB (Enterprise JavaBeans).
    [Includes source code]
    http://www.javaworld.com/javaworld/jw-05-2004/jw-0517-optimization.html - May, 2004
  • The top 10 (more or less) J2EE best practices by Kyle Brown, Keys Botzum, Ruth Willenborg   - [Clicks: 57]
    A top 10 (+2) list of the most important best practices for J2EE application development.
    http://www-106.ibm.com/developerworks/websphere/techjournal/0405_brown/0405_brown.html - May, 2004

[Top]