Skip to content
#

model-view-controller

The term MVC stands for Model-View-Controller. MVC is a software design pattern that separates an application's logic according to responsibilities: The model manages the application's data structure, the view manages how information is represented in the user interface, and the controller accepts input and dispatches commands to the model and the view.

Here are 114 public repositories matching this topic...

💣 An object-oriented clone of the famous Windows game Minesweeper made in Java-Swing Framework following the Model View Controller (MVC) Architecture. Its a stand-alone desktop game which also provides save and load game functionalities.

  • Updated Oct 29, 2023
  • Java

Basic web application to model car renting business process. Sticks to MVC architecture pattern where central front controller servlet consumes user requests, converts them to actions/commands, processes data and demonstrates result as JSP/JSTL web forms.

  • Updated Jul 5, 2021
  • Java

Proyecto "Orquídea. Cosmetica Natural". Un sistema para manejar la información de insumos y productos terminados como también el flujo de compras, ventas, ingresos y gastos. El proyecto está realizado en lenguaje Java con el uso de Netbeans como IDE y PostgreSQL para la Base de Datos.

  • Updated Mar 3, 2021
  • Java