Changes between Version 3 and Version 4 of JSONRPCServerMiddleware
- Timestamp:
- Dec 7, 2008, 6:09:09 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSONRPCServerMiddleware
v3 v4 1 1 === Django and AJAX === 2 This middleware is another attemp to simplify us ingAJAX 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) and2 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 3 3 SimpleJSONRPCServer by David McNab (http://code.djangoproject.com/wiki/JSON-RPC). 4 4 === Basic configuration ===