Design Patterns Demonstartion

About the Project

Design Patterns Demonstartion project is done as a course project for 'Object-Oriented Systems'. The idea is to create a simple application to demonstrate the software design patterns. It is developed using Java Applet, to have an interactive demonstartion.

About the application;   Download complete source code

Team Members : Prathab K, Mukesh Kumar Gupta
The work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License

Requires Java 1.4+ plugin installed on your machine. For plugin help visit http://java.sun.com/products/plugin/

Creational Patterns: Abstract Factory,   Builder,   Factory Method,   Prototype,   Singleton
Structural Patterns: Adapter,   Bridge,   Composite,   Decorator,   Facade,   Flyweight,   Proxy
Behavioral Patterns: Chain of Responsibility,   Command,   Interpreter,   Iterator,   Mediator,   Momento,   Observer,   State,   Strategy,   Template Method,   Visitor

<< Back to Projects