vote up 1 vote down star

MVC is used a number of popular frameworks. To name just a few, Ruby on Rails, ASP.NET MVC, Monorail, Spring MVC.

Are there any equivalent frameworks using any variant of MVP?

Most of the examples I've found online seem to be custom implementations of the pattern rather than reusable frameworks.

Suggestions need not be specific to any particular programming language, my interest is mostly academic.

flag

The reason I asked about this was I was researching User Interface Patterns in preparation for a Lightning Talk presentation at a local user group. I have since written up the talk in the form of a blog: gregmalcolm.com/archive/2009/… – Greg Malcolm Jul 15 at 0:29

3 Answers

vote up 1 vote down check

MVC# is really an MVP framework, in spite of the name.

link|flag
Ah, I think I've seen that mentioned before somewhere, but overlooked it because of the name. Thanks Jason! – Greg Malcolm Jul 7 at 14:30
vote up 1 vote down

I GWT uses MVP Pattern. See this video.

link|flag
vote up 0 vote down

There is also an "MVP Bundle" in Web Client Software Factory (WCSF) 2.0.

link|flag
Thanks to "Jeronimo" who posted on my blog for this answer. – Greg Malcolm Jul 15 at 0:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.