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