"web application design patterns"
While studying J2EE course I have learned some design patterns from my lecturer. It will be better if we learn Design patterns from experienced or J2EE experts. I have learned these from one expert. Let me share it here.
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.