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 …
Tag Archive: Model View Controller
Permanent link to this article: http://www.javaplex.com/blog/what-is-model-view-controller-mvc-architecture/
