Username:

Password:

Author Topic: A List Apart: JavaScript MVC  (Read 588 times)

siteFEEDS

  • Administrator
  • Hero Member
  • *****
  • Karma: +1/-0
  • Posts: 1994
A List Apart: JavaScript MVC
« on: August 18, 2009, 02:02:26 AM »
JavaScript MVC
18 August 2009, 1:00 am

As JavaScript takes center stage in our web applications, we need to produce ever more modular code. MVC (Model-View-Controller) may hold the key. MVC is a design pattern that breaks an application into three parts: the data (Model), the presentation of that data to the user (View), and the actions taken on any user interaction (Controller). Discover how MVC can make the JavaScript that powers your web applications more reusable and easier to maintain.

Source: A List Apart

Logged

lynwell07

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 1
Re: A List Apart: JavaScript MVC
« Reply #1 on: October 07, 2009, 10:37:39 PM »
JavaScriptMVC is an open-source framework containing the best ideas in enterprise JavaScript development. It guides you to successfully completed projects by promoting best practices, maintainability, and convention over configuration.




_________________
Landing page optimization
Logged