Are there any MVP Frameworks projects out there?

Posted by Greg Malcolm on Stack Overflow See other posts from Stack Overflow or by Greg Malcolm
Published on 2009-07-06T23:09:00Z Indexed on 2010/04/26 20:43 UTC
Read the original article Hit count: 289

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about mvp

Related posts about design-patterns