aspose file tools
The moose likes OO, Patterns, UML and Refactoring and the fly likes GoF Patterns/Java Exercises Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » OO, Patterns, UML and Refactoring
Reply Bookmark "GoF Patterns/Java Exercises" Watch "GoF Patterns/Java Exercises" New topic
Author

GoF Patterns/Java Exercises

Hal Taylor
Greenhorn

Joined: May 01, 2004
Posts: 12
I'm taking a course which is introducing me to GoF patterns (via the GoF Design Patterns book). I'm finding that (a) the fact that everything is explained in C++ adds a little cognitive overhead in trying to grasp the (already abstract) patterns, and (b) the examples in the book are a little limited.

Does anyone know of a *good* resource (book, ideally, but web resource would be ok too) that can provide me an opportunity to work through some Java-based GoF pattern examples? It would be nice if it used standard UML, as well, but I don't want to be *too* picky...
Stan James
(instanceof Sidekick)
Ranch Hand

Joined: Jan 29, 2003
Posts: 8791
Thinking In Patterns is free here: http://64.78.49.204/ I thought it added very little to the GoF by way of understanding but does have all the patterns in Java. And it's free.


A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
Joyce Lee
Ranch Hand

Joined: Jul 11, 2003
Posts: 1392
You can also download The Design Patterns Java Companions by James W. Cooper. It's free.

Joyce
Ilja Preuss
author
Sheriff

Joined: Jul 11, 2001
Posts: 14112
Take a look into our FAQ: http://faq.javaranch.com/view?DesignPatternLinks


The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
Hal Taylor
Greenhorn

Joined: May 01, 2004
Posts: 12
Thanks Stan, Joyce and Ilja for the pointers. Seems like this should get me started, so I'll get to work on it.

I appreciate your help.

- Hal Taylor
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: GoF Patterns/Java Exercises
 
Similar Threads
Study Books
please review criteriaFind -> good riddance from hateful "ANY"
Recommend a good book on UML ?
Design Patterns Book
Guides on SCJA Preparation?