Tag Archive: Model View Controller

Mar
23

What is Model-View-Controller (MVC) Architecture?

Model View Controller Diagram

Model-View-Controller is mini architecture and design pattern used for dividing application components into three different categories Model, View and the Controller. Components of the MVC architecture have unique responsibility and each component is independent of the other component. Changes in one component will have no or less impact on other component. Responsibilities of the components …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/what-is-model-view-controller-mvc-architecture/