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

    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?

  3. 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 …

  4. 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...

  5. 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 is the Data …

  6. java - Examples of Design Patterns used in JDK - Stack Overflow

    Apr 16, 2013 · Closed 15 years ago. Possible Duplicate: Examples of GoF Design Patterns At an interview a while back I was asked for some examples of Design Patterns within the JDK. Off the top …

  7. 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 Patterns. …

  8. 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.

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

    Apr 6, 2012 · Also, I quoted the following from "software architecture design patterns in java" book " In the Java programming language, there is no support for multiple inheritance.

  10. 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 …