Changes between Version 6 and Version 7 of JSONRPCServerMiddleware


Ignore:
Timestamp:
Dec 7, 2008, 11:46:29 AM (15 years ago)
Author:
Kenneth Kam
Comment:

Fixed a typo

Legend:

Unmodified
Added
Removed
Modified
  • JSONRPCServerMiddleware

    v6 v7  
    11= JSONRPCServerMiddleware =
    22=== Django and AJAX ===
    3 This 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
     3This middleware is another attemp to simplify AJAX usage with Django 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
    44SimpleJSONRPCServer by David McNab (http://code.djangoproject.com/wiki/JSON-RPC).
    55=== Basic configuration ===
Back to Top