up vote 1 down vote favorite
share [g+] share [fb]

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.

link|improve this question

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/07/14/user-interface-patterns.aspx – Greg Malcolm Jul 15 '09 at 0:29
feedback

4 Answers

up vote 2 down vote accepted

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

link|improve this answer
Ah, I think I've seen that mentioned before somewhere, but overlooked it because of the name. Thanks Jason! – Greg Malcolm Jul 7 '09 at 14:30
feedback

I GWT uses MVP Pattern. See this video.

link|improve this answer
feedback

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

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

I'm maintaining Claymore an MVP framework for Winform, ASP.NET et Compact Framework.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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