jMVC, client side MVC lib...
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...
Related posts:
- To "refresh" a SqlDataSource.
- asp:ControlParameter vs asp:FormParameter
- ASP.NET MVC Preview 3 just released
- Some ASP.NET Benchmark data
- How about a very complex page which need many "MVC modules/parts" ?
- Co-exist of ASP.NET MVC and Web forms
- Conventional Controller
- RenderView() into a buffer.
- ASP.NET MVC Authentication links
- Implement Java servlet filter alike function in ASP.NET MVC
Search related in web: