Posts Tagged ‘MVC Architecture’

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

Sunday, March 23, 2008 9:29 3 Comments

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 [...]

This was posted under category: Java Tags: , , ,