PrimitiveType

MVC

Model View Controller. A design pattern that aims to modularize an application into 3 parts. The model represents the data for the application; the view represents the presentation; and the controller ties these two together and deals with user input. MVC is traditionally associated with GUI development.

See ALL glossary entries