Published on 2009-06-22 11:13:05
JavaScriptMVC is a framework that brings methods to the madness of JavaScript development. It guides you to successfully completed projects by promoting best practices, maintainability, and convention over configuration.
JavaScriptMVC's focus on Model View Controller concept allows :
- Separate business logic from user interface for a highest maintainability
- Better organize your JS code and load on the fly the scripts as needed by the code
- keeps your application light as possible and loads with fewer HTTP requests
- Usage of your favorite JavaScript library, whether Prototype, jQuery, Mootools, or another.
- Easy usage of testing library that includes event simulation, unit testing, Ajax fixtures, and a console.
- Monitor your application when it break with a detailed report to help rapidly find and fix bugs.
- Cross Browser compability Firefox, IE 6 & 7, Safari, and Opera
Download JavaScriptMVC, Documentation, demos and getting started guide available here. Released under the MIT license.
Related Entries
Member of the PHP Magazine Network, Copyright (C) 2005-2010 phpmagazine.net All Rights Reserved