Model View Controller Design Pattern
http://ootips.org/mvc-pattern.html
The MVC paradigm is a way of breaking an application, or even just a piece of an application’s interface, into three parts: the model, the view, and the controller. MVC was originally developed to map the traditional input, processing, output roles into the GUI...
[read more]
Submit a review:
Login required.