Changes between Version 4 and Version 5 of JSONRPCServerMiddleware


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

--

Legend:

Unmodified
Added
Removed
Modified
  • JSONRPCServerMiddleware

    v4 v5  
    11=== Django and AJAX ===
    2 This 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
     2This middleware is another attemp to simplify AJAX usage 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