https://github.com/josgard94/mvc_example
This is a basic example of MVC (Model, View, and controller). In this example we used an MVC to perform an operation mathematic basic, that is, the view on this example allows the user perform a multiplication of the two numbers.
https://github.com/josgard94/mvc_example
design-pattern disign-pattern-mvc java mcv
Last synced: about 1 year ago
JSON representation
This is a basic example of MVC (Model, View, and controller). In this example we used an MVC to perform an operation mathematic basic, that is, the view on this example allows the user perform a multiplication of the two numbers.
- Host: GitHub
- URL: https://github.com/josgard94/mvc_example
- Owner: josgard94
- Created: 2020-06-26T04:56:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T04:59:46.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T21:35:00.250Z (over 1 year ago)
- Topics: design-pattern, disign-pattern-mvc, java, mcv
- Language: Java
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MVC_example
This is a basic example to MVC (Model, View and controller). In this example we used a MVC for perform an operation matematic basic, that is, the view on this example allow the user perform a multiplication the two numbers.