Possible Duplicate:
Best book/resource for learning Java design patterns?
Hi!
I porposed to study Design Patterns in Java. Can you recommend me some good books for this? Thanks advance.
Possible Duplicate:
Best book/resource for learning Java design patterns?
Hi!
I porposed to study Design Patterns in Java. Can you recommend me some good books for this? Thanks advance.
Go for Head First Design Patterns as starters. Then you could continue with Applied Java Patterns which will provide less details and explanations but act as a reference.
"Effective JAVA" is also a good book. Though it doesn't actually cover Design Patterns in depth.But it covers good practices which should be followed.
Hi. The first book I read about pattern was thinking in patterns, it is a good first approach to patterns. Is written by the same author that thinking in java
Here you have an html edition Thinking in patterns
Once you've already got the Gang of Four book and/or Head First Desgin Patterns, then PoEAA is probably a good place to go to.