• 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 Pattern Good Reference Suggestion

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using HF 2nd editon for the scwcd preparation but the topic design pattern is not covered in depth in the book so can any one suggest on some good reference from where i can get a good concept of design patterns to make myself confortable for the new scwcd 5 exam ,

thanks in Advance
 
Ranch Hand
Posts: 210
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How about the Design patterns book from Gang of Four "Design Patterns: Elements of Reusable Object-Oriented Software".

And, there is also the Head First Design Pattern book, which is an easy read.
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
santhosh, you can trust HFSJ. If you want to know more J2EE Patterns in depth refer Sun's J2EE Design Pattern index.

Prateek, the book you've mentioned discusses only the code OO patterns and not J2EE pattern. Anyway, GangOfFour is the defacto for patterns.
 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We tried to cover everything you'll need to know for the exam, but for a more in depth discussion try "Core J2EE Patterns". GoF and HFDP aren't primarily about J2EE patterns.
 
Ranch Hand
Posts: 124
Eclipse IDE MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my view,HFSJ is very good .. that should be sufficient.. All the authors have done a very good job...Thank you..

[ December 13, 2008: Message edited by: Surajsingh Thakur ]
 
Santosh Raveendran
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a Lot All for the Advice
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic