Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scottgibb/simplemvc
- Owner: ScottGibb
- License: mit
- Created: 2018-11-23T21:40:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T21:10:25.000Z (over 2 years ago)
- Last Synced: 2024-11-23T12:34:42.563Z (3 months ago)
- Topics: gui, interfaces, java, javaswing, mvc, mvc-architecture
- Language: Java
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)