Difference between revisions of "Model–view–presenter"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(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...")
(No difference)

Revision as of 03:39, 5 April 2016

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