| Home : Java : Design Patterns |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
Design Patterns Listings
|
|
Total:
4 | Displaying: 1 - 4 |
|
|
|
Tips for solving common difficulties in Struts Summary Building and maintaining enterprise applications is very difficult. Designing elegant and easily maintainable user interfaces for these applications can be the most daunting task of all. The Struts framework from the Apache Jakarta Project has brought Model 2 architecture to J2EE (Java 2 Platform, Enterprise Edition) applications. In this article, Michael Coen and Amarnath Nanduri discuss the issues that face developers using Struts...
Updated: 05/28/2005
|
|
|
The term J2EE is tossed around a lot because it is a generic term that covers many areas of enterprise and distributed development. The J2EE modules and environment continue to grow as a rapid pace, and as many of you have come to learn, in recent years J2EE development has had its trials and tribulations.
For exactly this reason, it is important to take advantage of the most efficient and effective strategies for new development or the refactoring of existing projects. To keep up with the new developments, it is imperative that you aren't wasting time maintaining designs that have poor architecture or code that was poorly written.
Updated: 03/24/2005
|
|
|
Delegation (When not to use Inheritance)
Delegation is a way of extending and reusing a class by writing another class with additional functionality that uses instances of the original class to provide the original functionality.
Updated: 03/24/2005
|
|
|
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. Specifically for J2EE problems and solutions, we have now Core J2EE Patterns, Best Practices and Design Strategies by Sun Java Center and EJB Design Patterns by TheServerSide.com.
Updated: 03/24/2005
|
|