Look interesting, need more look…

http://blog.codeville.net/2007/10/18/jmvcnet-neat-client-side-mvc-for-aspnet/

demo: http://codeville.net/

Basic idea seemed focus on the partial of a page which is really make sense for a real web application.

In a real web application, web pages could contain many "parts", a simple MVC cycle may be not enough to full fill everything. In one of my previous projects, I saw many different things mixed inside a "controller" and a "view". (e.g. a user profile page, it display the user’s profile, his friend list, his friend blog latest blog rolls,  those are basically 3 different parts, it’s much better if treat each part as a stand along MVC cycle.)

Need more look at jMVC to comment any on it…



Leave a Comment