Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottgibb/simplemvc

A simple java application where all classes are fully decoupled implementing the Model View Controller architecture.
https://github.com/scottgibb/simplemvc

gui interfaces java javaswing mvc mvc-architecture

Last synced: 18 days ago
JSON representation

A simple java application where all classes are fully decoupled implementing the Model View Controller architecture.

Awesome Lists containing this project

README

        

# SimpleMVC
A simple java application where all classes are fully decoupled implementing the Model View Controller architecture.
This project shows how to completely decouple each components of an MVC archiecture through the use of interfaces.

The Class Diagram for the implemented design is shown below:

![Class Diagram](docs/Top-Level%20Package.png)