What are MVP and MVC and what is the difference?

Posted by Wolfbyte on Stack Overflow See other posts from Stack Overflow or by Wolfbyte
Published on 2008-08-05T10:06:33Z Indexed on 2010/03/14 5:45 UTC
Read the original article Hit count: 200

Filed under:
|
|
|
|

When looking beyond the RAD (drag-drop and configure) way of building User Interfaces that many tools encourage you are likely to come across 2 design patterns called Model-View-Controller and Model-View-Presenter. My question has two parts to it:

  1. What issues do these patterns address?
  2. How are they similar?
  3. How are they different?

© Stack Overflow or respective owner

Related posts about gui

Related posts about mvc