Model-View-Presenter Pattern (MVP) (a.k.a. Presentation Model)
Terminology
Model ¶ An object or entity that represents the data and manages the behavior of the application domain, responds to requests for information about its state (usually from the view), and responds to instructions to change state (usually from the controller).
View ¶ A visible, interactive user interface communicating and representing a state or sample of the model.
Facts, Thoughts and Opinions
Images
[[/div]]
- Subtopics
- Writings
Sources & Bookmarks
Name/Link | ¶ | Date |
---|---|---|
3 Design Patterns SharePoint Developers Should Know | ¶ | 2014-10-21 |
Presentation Model (Martin Fowler) | ¶ | 2014-10-21 |