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)

Prev Next