Applied Design Patterns with Java
The very first Design Pattern was originated in Smalltalk. It is the
MVC paradigm on how to properly design a User Interface:
Model - View - Controller
(MVC)
- Data Model containing
the computational and value parts of the program
- View describing
the presentation of the data in a User Interface
- Controller which
managers the interaction between the Data Model and the View
Prev Next