Tuesday, May 1, 2007

Sighting design patterns(G4) in Java SE/EE

    This is a work in progress ...
      Structural Patterns
    • Decorator - Servlet and Http Servlet request/response wrapper classes
    • Proxy - Dynamic proxy - java.lang.reflect.Proxy
      Behavioral Patterns
    • Chain of Responsibility - Servlet filters

    • Iterator - Collection iterators

      No comments: