Hello all. I am starting to get some free time again and I would like to make a learning assault on design patterns in Java. I was wondering if anyone out there would be kind enough to give me recommendations on books/websites/tutorials/etc. that they liked, and why they liked them versus other places I could look. Thank you in advance, Jason SCJP
trevershick
Greenhorn
Joined: Apr 23, 2001
Posts: 6
posted
0
Design Patterns in Java Volume 1 by Mark Grand Wiley Publishing I like this book because it provides Java examples to most of the GoF95 patterns and introduces a few new ones.
Originally posted by Jason Stortz: Hello all. I am starting to get some free time again and I would like to make a learning assault on design patterns in Java. I was wondering if anyone out there would be kind enough to give me recommendations on books/websites/tutorials/etc. that they liked, and why they liked them versus other places I could look. Thank you in advance, Jason SCJP
steve zimmerman
Greenhorn
Joined: Jul 03, 2001
Posts: 1
posted
0
Jason, try this Java patterns book, Thinking in Patterns, from Bruce Eckel (www.bruceeckel.com). It is a free download and is a great starting point.