About 180,000 results
Open links in new tab
  1. java - Design patterns that every developer must know? - Stack …

    What are the design patterns that every developer must know? I'm interested in the context of Java web developers working with Spring & Hibernate. I have often heard that good …

  2. How to study design patterns? - Stack Overflow

    Design patterns are a great concept that are hard to apply from just reading about them. Take some sample implementations that you find online and build up around them. A great resource …

  3. java - When would you use the Builder Pattern? - Stack Overflow

    Nov 30, 2008 · Below are some reasons arguing for the use of the pattern and example code in Java, but it is an implementation of the Builder Pattern covered by the Gang of Four in Design …

  4. Examples of GoF Design Patterns in Java's core libraries

    Nov 4, 2009 · I am learning GoF Java Design Patterns and I want to see some real life examples of them. What are some good examples of these Design Patterns in Java's core libraries?

  5. java - Replacing if else statement with pattern - Stack Overflow

    Jan 20, 2015 · The general recommendation by Martin Fowler is to . In terms of design patterns this would often be the Strategy Pattern . If you have a small, finite set of conditions, I …

  6. java - Design Patterns web based applications - Stack Overflow

    I am designing a simple web-based application. I am new to this web-based domain.I needed your advice regarding the design patterns like how responsibility should be distributed among …

  7. Design patterns with real time example - Stack Overflow

    Jul 19, 2012 · These classic design patterns every developer should understand, because it helps us to communicate with other developer abstract level, and it makes us better designer. Note: …

  8. Design patterns: exception / error handling - Stack Overflow

    Mar 21, 2013 · These patterns and best practices are often bound to a specific platform/language, so they are the first place to look for them. Exception patterns wiki is a general patterns …

  9. java - Design Patterns: Factory vs Factory method vs Abstract …

    Oct 23, 2012 · I was reading design patterns from a website There I read about Factory, Factory method and Abstract factory but they are so confusing, am not clear on the definition. …

  10. java - what is Gang of Four design pattern - Stack Overflow

    16 Gang of Four is not a design pattern, it is the colloquial name for the book "Design Patterns: Elements of Reusable Object-Oriented Software" by Erich Gamma, Richard Helm, Ralph …