source: Dev/trunk/src/client/dojox/rpc/README @ 529

Last change on this file since 529 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 2.2 KB
Line 
1-------------------------------------------------------------------------------
2DojoX RPC
3-------------------------------------------------------------------------------
4Version 1.0
5Release date: 07/01/2007
6-------------------------------------------------------------------------------
7Project state:
8yahoo.smd: production (but for old dojo.rpc, not the dojox.service.Rpc)
9Service.js: beta - this will become dojo.rpc.Service eventually and replace
10                        the existing rpc system
11JsonRPC.js: beta - plugins for json-rpc for the rpc system
12Rest.js: beta - plugin for REST style services for the rpc system
13JsonRest.js: beta - A module for tracking and persisting changes to JSON objects
14through REST.
15OfflineRest.js: alpha - A module for storing REST changes locally as write-
16back cache for offline and intermittent connection situations
17ProxiedPath.js: beta - plugin for the PATH envelope to work with a simple PHP proxy
18Client.js: alpha - A module for maintaining per page/tab client sessions and
19deterministic message sequencing with a server.
20
21SMDLibrary contains smd files representing external services.
22
23-------------------------------------------------------------------------------
24Project authors
25        Dustin Machi
26        Kris Zyp
27        Revin Guillen
28-------------------------------------------------------------------------------
29Project description
30
31Extra utilities for use with dojo.rpc as well as additional smd descriptions
32for specific services.
33-------------------------------------------------------------------------------
34Dependencies:
35
36Dojo Core (package loader, dojo.rpc).
37-------------------------------------------------------------------------------
38Documentation
39
40See RPC documentation at http://dojotoolkit.org/
41
42-------------------------------------------------------------------------------
43Installation instructions
44
45Grab the following from the Dojo SVN Repository:
46http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/rpc/*
47
48Install into the following directory structure:
49/dojox/rpc/
50
51...which should be at the same level as your Dojo checkout.
52
53The use of the actual utilities varies, but typically additional software
54will be included with dojo.require() and smd files for services can be loaded
55manually with an xhr request or can be provided by url to the service when created
56
Note: See TracBrowser for help on using the repository browser.