X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Ext.direct.RemotingProvider.html diff --git a/docs/output/Ext.direct.RemotingProvider.html b/docs/output/Ext.direct.RemotingProvider.html index 19814e60..52804398 100644 --- a/docs/output/Ext.direct.RemotingProvider.html +++ b/docs/output/Ext.direct.RemotingProvider.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Provider
    JsonProvider
      RemotingProvider

Class Ext.direct.RemotingProvider

Package:Ext.direct
Defined In:RemotingProvider.js
Class:RemotingProvider
Extends:JsonProvider

The RemotingProvider exposes access to +

Observable
  Provider
    JsonProvider
      RemotingProvider

Class Ext.direct.RemotingProvider

Package:Ext.direct
Defined In:RemotingProvider.js
Class:RemotingProvider
Extends:JsonProvider

The RemotingProvider exposes access to server side methods on the client (a remote procedure call (RPC) type of connection where the client can initiate a procedure on the server).

This allows for code to be organized in a fashion that is maintainable, @@ -6,8 +6,8 @@ while providing a clear path between client and server, something that is not always apparent when using URLs.

To accomplish this the server-side needs to describe what classes and methods are available on the client-side. This configuration will typically be -outputted by the server-side Ext.Direct stack when the API description is built.

Config Options

Config OptionsDefined By