Design pattern

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saravana
    New Member
    • Mar 2012
    • 5

    Design pattern

    What is the best design pattern in java?

    I am new to design pattern.can any one give suggestion?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    There is no best design pattern because design patterns are solutions to many but different common problems. A car is not better or worse than a laptop for example because they solve different problems.

    There are many resources for design patterns from here:http://en.wikipedia.org/wiki/Design_...ter_science%29 including the popular gang of four book.
    If you are going to be doing enterprise software development then you must also know the core JEE patterns :http://java.sun.com/blueprints/corej...erns/Patterns/

    You may also want to understand the opposite (Anti patterns) which is what design patterns are aimed at avoiding:http://en.wikipedia.org/wiki/Anti-pattern

    Comment

    Working...