I decided to start study for SCEA part 1 with design patterns, I will post my study notes for each pattern. Let’s start with listing GoF patterns and j2ee patterns (I don’t find any new patters introduced to jee 5 so all j2ee patterns apply to jee).
| Purpose | Name |
| Creational | Factory Method |
| Abstract Factory | |
| Builder | |
| Prototype | |
| Singleton | |
| Structural | Adapter |
| Bridge | |
| Composite | |
| Decorator | |
| Facade | |
| Flyweight | |
| Proxy | |
| Behavioral | Chain of responsibility |
| Command | |
| Interpreter | |
| Iterator | |
| Mediator | |
| Memento | |
| Observer | |
| State | |
| Strategy | |
| Template Method | |
| Visitor |
JEE Patterns:(jee patterns catalog)
No comments:
Post a Comment