The concepts of Visualforce
The Force.com platform uses the Model View Controller (MVC) architectural pattern to develop an application. Visualforce is an implementation of the MVC architecture. The MVC architecture can be illustrated as follows:
The MVC structure is explained as follows:
- Model: The model specifies the structure of the data. The data model of the Force.com platform is defined by objects. The platform is designed to map every entity to an object.
- View: The data is represented through the view. The page layouts and Visualforce pages are considered as the view of the MVC architecture.
- Controller: In the Force.com platform, the business ...
Get Learning Force.com Application Development now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.