README 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. Extra utilities for use with dojo.rpc as well as additional smd descriptions
  15. for specific services.
  16. -------------------------------------------------------------------------------
  17. Dependencies:
  18. Dojo Core (package loader, dojo.rpc).
  19. -------------------------------------------------------------------------------
  20. Documentation
  21. See RPC documentation at http://dojotoolkit.org/
  22. -------------------------------------------------------------------------------
  23. Installation instructions
  24. Grab the following from the Dojo SVN Repository:
  25. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/rpc/*
  26. Install into the following directory structure:
  27. /dojox/rpc/
  28. ...which should be at the same level as your Dojo checkout.
  29. The use of the actual utilities varies, but typically additional software
  30. will be included with dojo.require() and smd files for services can be loaded
  31. manually with an xhr request or can be provided by url to the service when created