|
Optimizing J2EE Applications: A Comparison of J2EE Design Patterns and Their Performance
Java 2 Enterprise Edition offers a great platform for developing enterprise level applications. Unfortunately, too often the success of J2EE projects is threatened by poor performance. This seminar presents the results of a benchmark study conducted by Urbancode comparing four different J2EE design patterns. The seminar also covers J2EE architecture best practices that can help you develop high performance as well as maintainable, reusable, and readable code.
|
|
The Street Smart Approach to Developing Enterprise Level Web Applications with J2EE
This seminar presents the unique software development process used by Urbancode to develop J2EE based web applications such as Alamo's MPOWERENT (currently used by over 8,000 insurance adjusters). The seminar covers the architecture (including patterns and idioms) used by Urbancode to design applications whose performance is over 100 times faster than those based on other J2EE architectures. Attendees also learn the project workflows used by Urbancode to coordinate quality and deliver solutions at Internet speeds.
|
|
Load Balancing Web Applications
This article offers an overview of several approaches to load balancing on Web application server clusters. A cluster is a group of servers running a Web application simultaneously, appearing to the world as if it were a single server.
|
|
Best practices to improve performance using Patterns in J2EE
Pattern is a solution to a recurring problem in a context. Once Pattern (solution) is developed from a recurring problem it can be reused without reinventing the solution again. Patterns are popularized by the classic book Design Patterns: Elements of Reusable Object-Oriented Software, by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides, also called as GOF (Gang of Four) representing four authors who wrote that book.
|
|
Urban Code J2EE Performance Tips
Urbancode routinely presents seminars on Java specific as well general softwre development topics. In the past, we have presented at: Central Ohio Java Days Conference, Cleveland Java SIG, Cincinnati JUG, Rochester JUG, Chicago JUG, and the Dayton JUG.
|
|
Extreme Performance Tunning
The performance of J2EE-based applications sometimes doesn't live up to users' expectations. Usually it's impossible to quantify exactly where the bottlenecks are. Many developers spend time searching for articles on the Internet only to find the same old tips about using the synchronized keyword and string concatenation without ever finding information that's useful. This article will help you find the holy grail of Java performance.
|
|
The Key to Supperior EJB Desgin
Over the past several years EJB technology has entered the software development mainstream. This new level of recognition and greater popularity brings an increase in design activities in the EJB space, such as best practices and design patterns.
|
|
Best Practices to improve performance in EJB
Over the past several years EJB technology has entered the software development mainstream. This new level of recognition and greater popularity brings an increase in design activities in the EJB space, such as best practices and design patterns.
|