This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I have started to develop a web application based on Struts 1.2,Spring 2.0 and Hibernate 3.0.I have no idea about,which design pattern to be used .I read many articles regarding design pattern,finally confused to choose which pattern.Any one .please suggest on this.my application does not needs distributed environment.
a design pattern is a general reusable solution to a commonly occurring problem in software design. A design pattern is not a finished design that can be transformed directly into code.
You'd be better served reading up on Struts and Hibernate Best Practices at this point. After you have some experience, you'll notice that Best Practices tend to follow design patterns (Struts itself is a Front Controller. Hibernate is commonly used to construct Data Access Objects) and give you a better starting point for understanding what patterns are and how to recognize/use them.