svgui/pyjs/jsonrpc/README.txt
author Laurent Bessard
Wed, 31 Oct 2012 12:04:40 +0100
changeset 873 8737f1554494
parent 728 e0424e96e3fd
permissions -rw-r--r--
Fix bug Variable and Continuation BoundingBox not refreshed when using Type modification shortcuts
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