
Model–view–presenter (MVP) is a derivative of the model–view–controller (MVC) architectural pattern, also used mostly for building user interfaces. In MVP the presenter assumes the functionality of the `middle-man`. In MVP, all presentation logic is pushed to the presenter. == Pattern description == MVP is a user interface architectural .....
Found on
http://en.wikipedia.org/wiki/Model–view–presenter
No exact match found.