Very good articles on MVC, MVP and more.
An Introduction to the Model-View-Controller, Model-View-Presenter, and Presentation-Abstraction-Control Patterns
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
Name (required)
Mail (will not be published) (required)
Website
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