Diese Seite wurde seit 5 Jahren inhaltlich nicht mehr aktualisiert.
Unter Umständen ist sie nicht mehr aktuell.
Synonyms
Model-View-Controller, MVC
Definitions
MVC basically describes a user interface in terms of a model of the real world, which is presented in a view, with user input handled by one or more controllers.
A basic architectural building block of Smalltalk in which the functionality of an application with a graphical user-interface is divided among three kinds of object-models, views
and controllers.
Back to the Future - The Story of Squeak, A Practical Smalltalk Written in Itself (Dan Ingalls, Ted Kaehler, John Maloney, Scott Wallace, Alan Kay) (1997)
Squeak - Object-oriented design with multimedia applications (Mark Guzdial) (2000)