dojo.rpc¶
Project owner: | ?– |
---|---|
Available: | since V0.9 |
Contents
dojo.rpc offers methods to communicate via Remote Procedure Calls (RPC) with Backend Servers.
Available Services¶
-
A Generic JSONP service
-
JSON RPC service
-
RPC service class
See also¶
-
Extended classes to communicate via Remote Procedure Calls (RPC) with Backend Servers
-
The foundation of most dojox.RPC transportation
-
Provides a HTTP REST service with full range REST verbs include GET, PUT, POST and DELETE
-
Provides automatic offline capabilities to the JsonRest/JsonRestStore modules