Sunday 11 September 2016

Model-View-Controller architecture

Model-View-Controller architecture




The key to building any successful business application is a powerful yet loosely
coupled Model-View-Controller (MVC) architecture. The MVC architecture ensures
that we separate the complex business logic from the UI and the database. This
loosely coupled system also helps working in a team. It is also easy to upgrade part
of the system without disturbing the entire structure. The following figure illustrates
the model-view-controller of Force.com:



No comments:

Post a Comment