Model–view–presenter
From Wiki @ Karl Jones dot com
Revision as of 03:39, 5 April 2016 by Karl Jones (Talk | contribs) (Created page with "'''Model–view–presenter''' ('''MVP''') is a derivation of the Model–view–controller (MVC) architectural pattern, which is used mostly for building user inter...")
Model–view–presenter (MVP) is a derivation of the Model–view–controller (MVC) architectural pattern, which is used mostly for building user interfaces.
Description
In MVP the presenter assumes the functionality of the "middle-man". In MVP, all presentation logic is pushed to the presenter.
See also
External links
- Model–view–presenter @ Wikipedia