|
The Gravey 2.0 Framework | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
This document is the API Specification for The Gravey 2.0 Framework.
This library supports Rich Internet Application (RIA) code in the browser using the Model-View-Controller design pattern supported by Observer, Command, Bean, Composite, etc. design patterns.
The AJAX classes supports asynchronous REST-style web service requests for XML data that is transformed into Javascript data via XSL and is all executed in the browser. The server merely accepts REST-style requests for data CRUD operations.
A major addition to Gravy 2.0 is the optional new EDO (Editable Domain Objects) layer which contains a framework for editing and persisting domain objects. It also contains several controllers and data models for managing page-level functionality.
NOTE: Portions of this framework and sample applications require Internet Explorer 5.0 or greater.
| File Summary | |
| grvAJAX.js | Collection of AJAX support routines. |
| grvClass.js | Collection of routines to emulate Java-like classes in JavaScript. |
| grvClasses.js | Alternate Collection of routines to emulate multiple-inheritance classes in JavaScript. |
| grvEDO.js | Collection of Editable Domain Object framework classes. |
| grvMVC.js | Collection of model-view-controller support classes. |
| grvUtils.js | Collection of general utility routines |
| grvValidate.js | Collection of routines to validate data form fields |
|
The Gravey 2.0 Framework | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||