beremiz
Clone
Summary
Browse
Changes
Graph
Improving support for svgui, separating setting end getting attributes functions from creating function.
2009-08-14, laurent
5c0f34a9ab00
Improving support for svgui, separating setting end getting attributes functions from creating function.
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