J2EE Technology Main: Best Practices

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

Articles
  

Articles:
  • Scaling Enterprise Java on 64-bit Multi-Core X86-Based Servers by Michael Juntao Yuan, Dave Jaffe   - [Clicks: 35]
    In this article, we look at the current state of enterprise Java and analyze the challenges it faces with the new generation of servers. Based on our experience working on Java EE applications running on the JBoss Application Server in the Dell Scalable Enterprise Technology Center, we provide solutions and tips to scale your Java EE applications to the latest server hardware.
    http://www.onjava.com/pub/a/onjava/2006/11/01/scaling-enterprise-java-on-64-bit-multi-core.html - Nov, 2006
  • Performance tricks for data-intensive applications by Shantanu Bhattacharya   - [Clicks: 49]
    The importance of data flow in large-scale applications is easy to overlook, but that can lead to serious performance leaks. In this article by Shantanu Bhattacharya, you'll explore the various aspects of data flow that affect performance in an n-tier application with multiple servers. You'll also find performance-minded tips on design and architecture for large-scale applications.
    http://www-128.ibm.com/developerworks/web/library/wa-dataflow/ - Apr, 2006
  • Systematically shut down enterprise Java Web applications by Ramkartik Mulukutla   - [Clicks: 26]
    This article looks closely at the orderly shutdown of enterprise Java Web applications. Though Java-based Web applications are emphasized in this article, many of the concepts discussed can be applied to standalone frameworks and applications as well.
    http://www.javaworld.com/javaworld/jw-04-2006/jw-0403-shutdown.html - Apr, 2006
  • Determine Your Java Software's Performance Capacity During Development by Raghu Donepudi   - [Clicks: 20]
    Learn how to analyze load test data and calculate the performance capacity of your enterprise Java applications during development.
    http://www.devx.com/Java/Article/30839 - Mar, 2006
  • Plug memory leaks in enterprise Java applications by Ambily Pankajakshan   - [Clicks: 44]
    Because Java uses automatic garbage collection, developers think Java programs are free from possible memory leaks. Although automatic garbage collection solves the main cause of memory leaks, they can remain in a Java program. Specifically, such memory leaks in complex multitiered applications can be extremely daunting to detect and plug. This article analyzes the main causes of memory leaks in Java Enterprise Edition (Java EE) applications, and suggests strategies for detecting them.
    http://www.javaworld.com/javaworld/jw-03-2006/jw-0313-leak.html - Mar, 2006
  • J2EE design decisions by Chris Richardson   - [Clicks: 84]
    In this article, an excerpt from POJOs in Action (Manning Publications, January 2006), Chris Richardson presents five questions developers must ask themselves when designing enterprise applications.
    http://www.javaworld.com/javaworld/jw-01-2006/jw-0130-pojo.html - Jan, 2006

[Top]