About 50 results
Open links in new tab
  1. java - Design patterns that every developer must know? - Stack Overflow

    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 knowledge in des...

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

    Apr 11, 2015 · 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?

  3. 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 recommend to use …

  4. java - Design Patterns: Factory vs Factory method vs Abstract Factory ...

    Oct 23, 2012 · 272 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. According to …

  5. design patterns - Abstract class vs Interface in Java - Stack Overflow

    Apr 6, 2012 · In Java, a class can inherit from only one base class. When to Use Both You can offer the best of both worlds, an interface and an abstract class. Implementors can ignore your abstract class …

  6. java - Design pattern for validating input? - Stack Overflow

    Mar 4, 2013 · Design pattern for validating input? [closed] Ask Question Asked 15 years, 6 months ago Modified 13 years, 1 month ago

  7. 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 Servlets, cri...

  8. 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: Adding brief …

  9. On design patterns: When should I use the singleton?

    The glorified global variable - becomes a gloried global class. Some say breaking object-oriented design. Give me scenarios, other than the good old logger where it makes sense to use the singleton.

  10. java - Design pattern for "retrying" logic that failed? - Stack Overflow

    Jul 28, 2012 · Design pattern for "retrying" logic that failed? Asked 13 years, 8 months ago Modified 3 years, 5 months ago Viewed 81k times