README 2.2 KB

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