Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: EmployeeAdmin - A PureMVC JS Demo  (Read 11202 times)
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« on: November 24, 2008, 08:58:59 »

This demo illustrates techniques for performing routine maintenance operations in a PureMVC-based JavaScript application.

Implementations for ExtJS3, ExtJS4, JQuery, MooTools and DOM are available, and illustrate use of those libraries with the various PureMVC JS ports.

The demo is located at http://trac.puremvc.org/Demo_JS_EmployeeAdmin

The authors are Frederic Saunier, Justin Wilaby, and Tony DeFusco.

Remember, PureMVC Native is now the recommended port to build against, but several of these demos show how to use the deprecated PureMVC ports that depended upon other libraries for class emulation.

With PureMVC Native you can still use the syntax of your favorite class emulation library if you choose, but you also have the option of writing your PureMVC code in a third-party library agnostic fashion using plain JavaScript or PureMVC's built-in define() syntax.
« Last Edit: February 07, 2012, 07:39:36 by puremvc » Logged
Pages: [1]
Print