views:

298

answers:

4

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.

+2  A: 

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

JasonTrue
Ah, I think I've seen that mentioned before somewhere, but overlooked it because of the name. Thanks Jason!
Greg Malcolm
A: 

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

Greg Malcolm
Thanks to "Jeronimo" who posted on my blog for this answer.
Greg Malcolm
+1  A: 

I GWT uses MVP Pattern. See this video.

Maksim
A: 

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

Fabrice