Skip to content

eharquin/demo_mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A demo MVC application

This application demonstrates the concepts behind the MVC pattern. This simple project implements a single controller, model and view by allowing the user to select a color from a given list.

The MVC pattern

Structure

Controller

The Controller class is in charge of updating the model data when the user interacts with the view :

Model

The model stores the application state, in this case mostly the color name.

View

The view represents the interface the user interacts with, and uses the controller to update data.

class diagram

class diagram

class diagram

About

demonstration for java MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published