Changes between Version 6 and Version 7 of JSONRPCServerMiddleware
- Timestamp:
- Dec 7, 2008, 11:46:29 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSONRPCServerMiddleware
v6 v7 1 1 = JSONRPCServerMiddleware = 2 2 === Django and AJAX === 3 This middleware is another attemp to simplify AJAX usage with D ajngo 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) and3 This 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 4 4 SimpleJSONRPCServer by David McNab (http://code.djangoproject.com/wiki/JSON-RPC). 5 5 === Basic configuration ===