• 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 - Proposal to include in SCWCD resources link

 
Ranch Hand
Posts: 321
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Here is an online rsource for GOF(Gang of Four) patterns with Java Examples by James W Cooper
GOF is bible for patterns and for java buffs this link would help tremendously to get a basic idea about the patterns available. I strongly believe that this should be included in the resources list.
http://www.patterndepot.com/put/8/JavaPatterns.htm
Here is another Patterns link.
http://hillside.net/patterns/
Well, these are general patterns not J2EE patterns but all the patterns available are in some or other way linked to these basic patterns.
Please go through the link and cast your vote for my proposal.
thanks,
Ramdhan YK
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have read his book. I had downloaded it after I had first read the GOF Design Patterns book. I found this book to helpful, in that it opened my ability to learn patterns, because the examples are in Java.
While this book didn't exactly teach me to fully understand the patterns, it did open my eyes in many ways.
One downfall of this book is it's chapters on Swing, which really has nothing to do with patterns, except as examples. I think Cooper got off on a tangent to "Help" in future explanations, but it never materialized.
But still a good starting point if you can't understnad the GOF book, which is common. I had lots of problems the first three readings. OK, I still have some problems, but that doesn't mean I should attend AA meetings. I mean I got this handled. It won't destroy me.
OK back to the real world
Mark
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic