Originally posted by Micheal John:
I have worked on Core Java, JSP, Servlets and Struts. But I don't know Design Patterns. My question is how far the design pattern is useful for developers? or Let rephrase the question, whether the developer has to know design patterns?
Any way, I am in interest of learning Design Patterns. Which is the best book for Design Patterns for beginners?
Hi,
I think if you know design pattern,you will know what you are doing and be more clear about your code.Also you will learn the experience from the other gurus.
The struts framework has used many design patterns such MVC,Template Method,Singleton.
For example,when we create a class that extends Action,we write our own execute method,the others is implemented by the Action base class.this is a template method pattern.
For me,the design pattern book that i think is good is the 'head first',the book is easy to read and understand.
Maybe you can have a look at it.
[ November 07, 2006: Message edited by: lin yic ]