You can find implementation in Java of the following design patterns:
| Design Patterns | |
| Decorator | Car decorator example |
| Observer | Subject, suscribers example |
| Singleton | Concurrent access example |
| Abstract Factory | Abstract factory that creates virtual robots example |
| Command | Invoker, command, receiver (simulates a cars race) |
| Adapter | International facilities adapter |
| Facade | Mobile Clinic facade example |
| MVC | Compound pattern: Model as Observer, Controller as Strategy, View as Composite (ref:HFDesign Patterns) |
No comments:
Post a Comment