"web application design patterns"
What is design pattern?
The design pattern is nothing but the proven solution for the recurring problem. These solutions are very generic. Developers developing the projects successfully using the design patterns.
Note: A careful attention should be taken while developing the projects in J2EE. The performance,reusability are the some of the important considerations.
In simple words the design patterns help us to learn from the success of the other developers.
To save the time and effort the developers keep some proven solutions,to common problem areas.The developer can choose the design pattern from the design pattern catalog. The generic solutions are described in the pattern templates.