show/hide this revision's text 2 edited tags
show/hide this revision's text 1

What are MVP and MVC and what is the difference?

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?