beremiz
Clone
Summary
Browse
Changes
Graph
Inverting order of plugin calls in retrieve and publish
2012-02-21, laurent
fb55fbee202c
Inverting order of plugin calls in retrieve and publish
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param