• 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

Design Patterns GOF - online material

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Can somebody suggest the online material for "Design Patterns" GOF? Also what is the best book for these Design patterns?

Regards
Bhaskar
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would actually recommend wikipedia:

Design Patterns on Wikipedia

From there, you can get to individual patterns, and it even leads you to Sun pages which are right out of the J2EE Design Patterns book.

There's actually a book called Design Patterns:

Design Patterns Book

I actually put together a list of recommended books for SCEA:

Important SCEA Study Guides

My priority would be the Cade book, UML Distilled, the Sun Press SCEA book, J2EE Design Patterns, Head First Design Patterns, GOF Design Patterns, and then Java Modelling in Color to help you on part II of the exam.



-Cameron McKenzie
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.dofactory.com/Patterns/Patterns.aspx

is the best site for design pattern if you are using Sun Certified Enterprise using Architecture for J2EE Technology Study Guide by Mark Cade book.

examples are in c# but it is easy to follow.

The website uses the same diagram as the Mark Cade book and gives a brief description about the participants involved in the pattern.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic