R – Are there any MVP Frameworks projects out there

design-patternsmvp

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.

Best Answer

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

Related Topic