Monday, August 24, 2009

Using MVC pattern in Javascript

In this Web 2.0 world, Javascripts plays a major role. We used to write heavy codes using JavaScript's and most of the time the JavaScripts slips from our hand out of control. We are much excited with the new web frame work from Mircosoft, the 'ASP.NET MVC'. The ASP.NET MVC provides us much better control on the code and the behaviours.

How about implementing 'Separation of Concerns' in JavaScript file also. Mattias Jakobsson has written a wonderful post on implementing MVC in JavaScript. Read it here. Am gonna use it in my projects.

No comments:

Post a Comment