NAME
JsonRpcService - RPC services for Qooxdoo
SYNOPSIS
This module gets instanciated by ep::MojoApp and provides backend functionality for your qooxdoo app
DESCRIPTION
All methods on this class can get called remotely as long as their name does not start with an underscore.
allow_rpc_access
the dispatcher will call the allow_rpc_access method to determine if it may execute the given method.
echo(var)
return the string we input
async(var)
return the answer with a 1 second delay
COPYRIGHT
Public Domain
AUTHOR
Tobias Oetiker <tobi@oetiker.ch>
HISTORY
2011-01-25 to Initial