2150 |
mathias |
1 |
-------------------------------------------------------------------------------
|
|
|
2 |
DojoX RPC Extras
|
|
|
3 |
-------------------------------------------------------------------------------
|
|
|
4 |
Version 1.0
|
|
|
5 |
Release date: 07/01/2007
|
|
|
6 |
-------------------------------------------------------------------------------
|
|
|
7 |
Project state:
|
|
|
8 |
yahoo.smd: stable
|
|
|
9 |
-------------------------------------------------------------------------------
|
|
|
10 |
Project authors
|
|
|
11 |
Dustin Machi
|
|
|
12 |
-------------------------------------------------------------------------------
|
|
|
13 |
Project description
|
|
|
14 |
|
|
|
15 |
Extra utilities for use with dojo.rpc as well as additional smd descriptions
|
|
|
16 |
for specific services.
|
|
|
17 |
-------------------------------------------------------------------------------
|
|
|
18 |
Dependencies:
|
|
|
19 |
|
|
|
20 |
Dojo Core (package loader, dojo.rpc).
|
|
|
21 |
-------------------------------------------------------------------------------
|
|
|
22 |
Documentation
|
|
|
23 |
|
|
|
24 |
See RPC documentation at http://dojotoolkit.org/
|
|
|
25 |
|
|
|
26 |
-------------------------------------------------------------------------------
|
|
|
27 |
Installation instructions
|
|
|
28 |
|
|
|
29 |
Grab the following from the Dojo SVN Repository:
|
|
|
30 |
http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/rpc/*
|
|
|
31 |
|
|
|
32 |
Install into the following directory structure:
|
|
|
33 |
/dojox/rpc/
|
|
|
34 |
|
|
|
35 |
...which should be at the same level as your Dojo checkout.
|
|
|
36 |
|
|
|
37 |
The use of the actual utilities varies, but typically additional software
|
|
|
38 |
will be included with dojo.require() and smd files for services can be loaded
|
|
|
39 |
manually with an xhr request or can be provided by url to the service when created
|
|
|
40 |
|