source: Dev/branches/rest-dojo-ui/client/dojox/wire/README @ 260

Last change on this file since 260 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 2.1 KB
Line 
1-------------------------------------------------------------------------------
2DojoX Wire
3-------------------------------------------------------------------------------
4Version 1.0
5Release date: 05/29/2007
6-------------------------------------------------------------------------------
7Project state: production
8-------------------------------------------------------------------------------
9Project authors
10        Jared Jurkiewicz (jared.jurkiewicz@gmail.com)
11-------------------------------------------------------------------------------
12Project description
13
14The DojoX Wire project is a set of functions that build a generic data binding
15and service invocation library to simplify how data values across a wide
16variety of widget and non-widget JavaScript constructs are accessed, updated,
17and passed to and from services.  It also provides a set of widgets
18within the dojox.wire.ml package to allow for declarative data binding
19definitions in addition to the programmatic APIs.
20
21In essense, this project is an API to provide a simplified way of doing MVC
22patterns in the client.
23
24-------------------------------------------------------------------------------
25Dependencies:
26
27DojoX Wire has dependencies on core dojo, the dijit widget system (for classes
28in the dojox.wire.ml package), dojox.data, dojox.xml, and the D.O.H. unit test
29framework.
30-------------------------------------------------------------------------------
31Documentation:
32
33See the Dojo API tool (http://dojotoolkit.org/api)
34-------------------------------------------------------------------------------
35Installation instructions
36
37Grab the following from the Dojo SVN Repository:
38http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/wire.js
39http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/wire/*
40
41Install into the following directory structure:
42/dojox/wire/
43
44...which should be at the same level as your Dojo checkout.
45
46It should look like:
47/dojox/wire.js
48/dojox/wire/*
49
50Require in dojox.wire for all baseline functions (dojox.wire.connect,
51dojox.wire.register, etc).  For specific Wire classes,
52require in the appropriate dojox.wire.<Class>.
53-------------------------------------------------------------------------------
54
Note: See TracBrowser for help on using the repository browser.