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: over 1 year 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T21:10:25.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T18:50:28.647Z (over 1 year 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:
