Projects tagged ‘json-rpc’ and ‘remoting’


Jump to tag:

Projects tagged ‘json-rpc’ and ‘remoting’

Filtered by Project Tags json-rpc remoting

Refine results Project Tags xml-rpc (2) web-services (1) flex (1) as3 (1) remote-procedure-calls (1) flash (1)

[2 total ]

0USERS

Version 0.8.1.1 of PHP server has been released. See the changelog. XML-RPC and JSON-RPC have enabled Ajax developers to cleanly send and receive data from the server. By providing an API in either RPC protocol, the server and client application ... [More] logic are kept separate and multiple clients may be written using the same server API. The similarity between XML-RPC and JSON-RPC motivates the development of client and server libraries which abstract-away the differences between the two protocols. The client libraries available here allow requests to be made in either XML-RPC or JSON-RPC to the same service, and the server implementations available provide responses according to the type of RPC request provided. The desired request and response formats are determined by setting the Content-Type and Accept headers respectively to application/json and text/xml accordingly. The implementations support every JSON date format currently used, including: ISO 8601 @ticks@ string format (about) ASP.NET AJAX \/Date(ticks)\/ string format (about) JSON-RPC 1.0 class hinting (about) These date formats are automatically converted into native date objects (such as Date for JavaScript and DateTime for PHP), and you may specify the preferred format for date serialization. The client allows for asynchronous as well as synchronous calls. The server library allows developers to turn any function into a RPC method since it does not require special parameters to be passed or special values to be returned; all native data types are handled automatically. The client and server implementations allow for cross-site requests in JSON-RPC by means of the "JSON-response-callback" extension. The "JSON-omit-response-wrapper" server extension is also implemented to allow for the Procedure Return object wrapper to be omitted so that the JSON result data alone is returned (this allows the server to be used in conjunction with Ext's AsyncTreeNode, for example). These libraries implement the 7 August 2006 working draft of JSON-RPC 1.1, which is mostly backwards compatible with JSON-RPC 1.0, including class hinting. They also implement XML-RPC with the discriminated null value extension. DonationsIf you value this software, please donate to ensure that it may continue to be maintained and improved. Thank you! [Less]

0USERS

Actionscript 3 RPC Library IntroductionAs3 RPC lib is a set of libraries that can be used with Flex 2 or AS 3 to invoke remote procedure calls using: AMF0 (Flash Remoting MX) XML-RPC JSON-RPC (Coming Soon) Usage mimics the RemoteObject which is ... [More] available natively in Flex 2 in an effort to make usage in existing frameworks (e.g. Cairngorm) and design pattern (e.g. Token pattern) easy as possible. Updates 4/16/2008Fixed date format Change content-type header to text/xml Fixed binary data decoding Added encoding of generic objects Added ability to overwrite serializer Updates 4/14/2007Fixed show busy cursor Fixed untyped object returning null issue Updates 2/25/2007Added preliminary JSON support Added manifest to swc to allow for easier namespace declaration e.g. xmlns:ak33m='http://ak33m.com/mxml' Fixed XMLRPC missing double deserialazation [Less]