Has anyone been able to implement the MVP model with any javascript frameworks? I'm having trouble figuring out how to have the presenter -> view inversion from server code to javascript. I have some ideas, but kind of hackish and would like to see what others are doing.
Although MVC is not useful for client-side applications. I would advice on using PAC pattern instead.
Sergey Ilinsky
2009-07-09 08:29:47
read MVP, not MVC
Yanick Rochon
2010-08-03 03:49:24
A:
Another one: http://javascriptmvc.com/
Never used it myself, but maybe it will help you out.
bmoeskau
2009-07-09 23:38:33
A:
Seems googles GWT use MVP: http://code.google.com/events/io/2010/sessions/architecting-production-gwt.html
eskimoblood
2010-07-02 12:10:56