• 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

For moderator of this group

 
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I was just wondering if it is possible to discuss all the design patterns one by one to help people like me who have read the patterns books but need some sort of discussion to stimulate and confidentely understand what they have studied. I Think there are lots of gurus out here who have implemented these patterns in their work and would be happy to help.
So can I request the moderator to please take it forward.
 
Sheriff
Posts: 3341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Pattern Almanac 2000 by Linda Rising identifies over 700 patterns. Any pattern you want discussed, start a Thread on it. There is no way I could know which patterns you would want to or need to study.
 
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
Here is a learning guide that suggests the order in which to study the GoF patterns. If you would like, we could start a series of threads that follows this guide.
Junilu
 
mini mehta
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by JUNILU LACAR:
Here is a learning guide that suggests the order in which to study the GoF patterns. If you would like, we could start a series of threads that follows this guide.
Junilu


Cheers Junilu, We can start couple of threads every week where people can discuss about how they implemented a particular design pattern in their project, which would definetly give people like me, a better insight into what the design pattern is all about and how to effectively use them.
Thanks
mini
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mini,
I think its good idea to start discussion on Design patterns..
Why don't U start a topic so that people can participate..
Sunil
-------------------------------------------
Assumption is the mother of all screw-ups.
-------------------------------------------
 
Ranch Hand
Posts: 123
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
According to the guide to learning design patterns in the link above, we should start by talking about:
- Factory Method, Session 1
Begin with Factory Method. This pattern is used by a number of patterns in the book and throughout the patterns literature.
Julia
 
Junilu Lacar
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
The Factory Method pattern thread is here: http://www.javaranch.com/ubb/Forum9/HTML/000428.html
Been a little quiet though. I will be away for the weekend (Six Flags / Seaworld, here I come! ) so you guys try to keep the discussion going.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic