Design Patterns

You might also like

You are on page 1of 1

Design Patterns

Creational Patterns:
Factory
http://www.oodesign.com/factory-pattern.html
Abstract Factory Pattern
http://www.oodesign.com/abstract-factory-pattern.html
Singleton
http://en.wikipedia.org/wiki/Singleton_pattern
Builder Pattern
http://en.wikipedia.org/wiki/Builder_pattern

Behavioral Patterns :
Observer
http://en.wikipedia.org/wiki/Observer_pattern
Command
http://en.wikipedia.org/wiki/Command_pattern
http://www.oodesign.com/command-pattern.html
Strategy Pattern
http://en.wikipedia.org/wiki/Strategy_pattern
Visitor
Read From Book
Iterator
http://www.allappforum.com/java_design_patterns/iterator_pattern.htm

Structural Patterns :

Adapter
http://www.exciton.cs.rice.edu/JavaResources/designPatterns/adapter.htm
http://eclipse.dzone.com/articles/design-patterns-uncovered-0
Composite Pattern
http://en.wikipedia.org/wiki/Composite_pattern
Facade
http://en.wikipedia.org/wiki/Facade_pattern
Proxy
http://en.wikipedia.org/wiki/Proxy_pattern

You might also like