• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java and patterns

 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
The GOF book has only the C++ examples. Can any one provide links to find the sample code for GOF patterns in java. I want something other the Cooper Book
Thanks in advance
Hari
 
Sheriff
Posts: 17644
300
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mark Grand has a series of books about Patterns in Java. They've gotten mixed reviews but I think the first in the series has most of the GoF patterns.
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've heard very good things about Design Patterns Explained. I haven't read it yet.
 
Ranch Hand
Posts: 269
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have enjoyed (!) reading Design Pattern Explained. I think I have posted this somewhere, but here are links on sample chapters:
A. Shalloway Design Pattern Explained sample chapters.
Dirk, get some sleep before clicking on the link
Some articles in Mark Grand's serie are also available here.
W.
[ September 27, 2002: Message edited by: Wilfried LAURENT ]
 
Ranch Hand
Posts: 672
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I recommend Java Design Patterns Work Book (Metsker). I think it is far better than Design Patterns Explained.
Java Design Patterns Work Book explains 23 patterns in detail and with diagrams and complete code.
 
Dirk Schreckmann
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dirk, get some sleep before clicking on the link
What? How did you know? Have I been revealing too much about my personal habits?
I actually spent last night reading a different book (Extreme Programming Explained). A better study of design patterns is for sometime in the not too distant future.
OK. Sorry for the distraction. I was goaded into it. As things were...
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic