to LooselyCoupled.com homepage
 Weekly emails: how to  

 

> glossary > MVC


MVC

(Model View Controller) A design pattern used in services architectures. MVC expresses the separation of a software architecture into three distinct elements. The 'Model' is how the underlying data is structured. The 'View' is what is presented to the user or consumer. The 'Controller' is the element that performs the processing. Separating these three elements makes it easier to achieve loose coupling, because it makes it possible for the controller to work with multiple different Model and View components.

highlights | A-Z index       




 



More about "MVC" ...

Loosely Coupled articles:

Humans as part of the SOA equation
While many architectures are aimed at the application to application space, eventually interactions with humans must transpire ...


 
 


Copyright © 2002-2010, Procullux Media Ltd. All Rights Reserved.