JAVA Design Pattern
Posted by: Irfan on: May 5, 2007
JAVA Design Pattern
The design patten is a vast subject, I will be giving you an head start here
Gang of Four - widely used design patterns
- Behavioral patterns
- Chain of responsibility
- Command
- Interpreter
- Iterator
- Mediator
- Memento
- Observer
- State
- Strategy
- Template method
- Visitor
- Creational patterns
- Abstract factory
- Builder
- Factory method
- Prototype
- Singleton
- Structural patterns
- Adapter
- Bridge
- Composite
- Decorator
- Facade
- Flyweight
- Proxy
Definition:- Common Problem and Common Solution for them, If you have data with problem and to tackle that you need to find problem pattern and propose solution pattern for that.
Note: No body owns the design pattern
Standard pattern are 23 those are listed above.
J2EE design pattern standardize by sun
EJB Patterns
- Intercepting Filter (apache mod rewrite)
- Composite View
- Front Controller
- Service to worker
- Business delegate
- Service Locater
- Transfer object assembler
- Facade
site: theserverside.com
site:www.tml.tkk.fi/~pnr/GoF-models/html
Tags:
design pattern,
ejb,
java,
java architecht,
middelware,
RPC,
service-oriented architecture,
soap,
technology,
web services,
XML
Recent Comments