May 9, 2015

MVC and MVCS Design Patterns


A quick and simple overview about some of the most common Web design patterns.

MVC - Model View Controller, is a design pattern used for separate the source code in Model (Data model and business logic), View (the user view of the model, it's the GUI, Ex: webpage) and Controller (connects the view with the model, acting as a bridge).

MVCS - Model View Controller Service, similar to MVC plus Service layer that encapsulates the business logic, remaining the Model clean.

0 comentários :

Post a Comment