Changes between Version 3 and Version 4 of JSONRPCServerMiddleware


Ignore:
Timestamp:
Dec 7, 2008, 6:09:09 AM (15 years ago)
Author:
alx3
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JSONRPCServerMiddleware

    v3 v4  
    11=== Django and AJAX ===
    2 This middleware is another attemp to simplify using AJAX with Dajngo based on JSON-RPC specification (http://json-rpc.org/). It inspired by Java Struts2 JSON-plugin by Musachy Barroso (http://cwiki.apache.org/S2PLUGINS/json-plugin.html) and
     2This middleware is another attemp to simplify use AJAX with Dajngo based on JSON-RPC specification (http://json-rpc.org/). It inspired by Java Struts2 JSON-plugin by Musachy Barroso (http://cwiki.apache.org/S2PLUGINS/json-plugin.html) and
    33SimpleJSONRPCServer by David McNab (http://code.djangoproject.com/wiki/JSON-RPC).
    44=== Basic configuration ===
Back to Top