Very good articles on MVC, MVP and more.

Interactive Application Architecture Patterns

An Introduction to the Model-View-Controller, Model-View-Presenter, and Presentation-Abstraction-Control Patterns



One Comment to “Very good articles on MVC, MVP and more.”

  1. MoffDub | June 23rd, 2008 at 7:32 am

    Interesting paper. I have used something very similar to the paper’s modified MVP pattern without even knowing it, except

    * my Model didn’t use events to talk to the Presenter, only method invocation and return values

    * I wasn’t nearly as religious with my use of interfaces as I should have been

Leave a Comment