CS3340:  Intro OOP and Design

Some Sample Patterns (and frameworks)

The following are some famous patterns that are used in many kinds of applications, particularly those involving the web or remote access to resources over a network. These patterns could be implemented with different kinds of technologies but, we will disucss how java can be used in implementation.

Session Facade Pattern

Message Facade Pattern

Command Pattern

Observer Pattern

Composite Pattern

MVC Pattern

Dependency Injection

 

 

 

 

 

 

© Lynne Grewe