Good book about design pattern / GOF

Any suggestion?
[22 byte] By [hkblackcowa] at [2007-10-3 7:15:23]
# 1
One more:Head First Design Patterns. I haven't seen the GOF book but I heard that the examples are in C++ (I may be wrong), but Head First Design Patterns' examples are in Java and it's a very interesting book. It's the one that I am using.
sri1025a at 2007-7-15 2:12:00 > top of Java-index,Other Topics,Patterns & OO Design...
# 2

GOF examples are largely in C++ with some Smalltalk thrown in for good measure. doesn't render it useless, though, the whole point of design patterns is that they're design patterns, not reusable snippets of code. the language is largely irrelevant

head first design patterns is ok, but to my mind oversimplifies things in places

georgemca at 2007-7-15 2:12:00 > top of Java-index,Other Topics,Patterns & OO Design...
# 3

try,

http://www.amazon.com/Patterns-Java-Catalog-Reusable-Illustrated/dp/0471227293/sr=8-1/qid=1161003684/ref=sr_1_1/102-3268659-3152113?ie=UTF8&s=books

http://www.amazon.com/Holub-Patterns-Learning-Design-Looking/dp/159059388X/sr=8-1/qid=1161003725/ref=sr_1_1/102-3268659-3152113?ie=UTF8&s=books

mchan0a at 2007-7-15 2:12:00 > top of Java-index,Other Topics,Patterns & OO Design...