• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Java Design patternn...

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Can any one tell me which is the good book for java design patterns?
Is there any difference between the James W and GOF? I have the pdf copy of James and html page of GOF. Which one is the best?
Thanks and regards
Anna madhusudhanan
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
James W Cooper book is very good as it has convered the examples to java based. The book has explained the concepts very clearly. That surely is a good read. At times, in examples, the book has used swign widely so, for someone like me who has not really worked on swing, it takes a lot more to get the examples working.
For solving this purpose, and to make examples more readable and coming from day to day life. I am writing a tutorial on java design patterns. You can find that on following link.
http://www.allapplabs.com/java_design_patterns/java_design_patterns.htm
Best Wishes,
Prashant
 
Ranch Hand
Posts: 331
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would recommend "Core J2EE Patterns" by Alur et al. (ISBN 0131422464)
 
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Blake Minghelli:
I would recommend "Core J2EE Patterns" by Alur et al. (ISBN 0131422464)


I second Blake's suggestion. Its an excellent book.
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bruce Eckel's Thinking In Patterns does all the GoF patterns in Java. I only browsed a couple patterns, and didn't think he added much to the GoF, just Java examples. But it's free: http://64.78.49.204/
 
Ranch Hand
Posts: 1923
Scala Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would recommend the original.
 
Stan James
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't know how I forgot to mention Robert Martin's Agile Software Development. He describes a set of OO principles. These aren't the same scale or scope as patterns, but they're great things to understand. He also demonstrates test first coding and emergent architecture. Great book!
 
reply
    Bookmark Topic Watch Topic
  • New Topic