Hi! I am a web developer. I am new to design patterns in web applications. And design patterns is a part of SCEA so I thought this would be best place to ask this.
Which are the best books from which I can learn design patterns that will be beneficial for me in my development work. I saw someone mention some good design pattern books in results section but I can't find that thread now. So please suggest me one or two good books which are the best.
Core J2EE Patterns: Best Practices and Design Strategies (2nd Edition) Core Security Patterns: Best Practices and Strategies for J2EE(TM), Web Services, and Identity Management
@Kengkaj is that the same book that Jonathan mentioned???
Hong Anderson
Ranch Hand
Joined: Jul 05, 2005
Posts: 1936
posted
0
Originally posted by Ankit Garg: @Kengkaj is that the same book that Jonathan mentioned???
Yes, those 2 books are recommended by Sun as well (on a resources page in SCEA 5 Beta time).
Head First Design Patterns is pretty good, but it doesn't cover all GoF design patterns, just about half of them.
Design patterns [GoF] is very detailed, and it's the original, I strongly recommend it. [ November 10, 2008: Message edited by: Kengkaj Sathianpantarit ]
J J Wright
Ranch Hand
Joined: Jul 02, 2008
Posts: 254
posted
0
'Design Patterns Explained, A New Perspective on Object Oriented Design' is also a great companion text to the GoF.