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.
new()
Create a service object.
allow_rpc_access
check it this method may be called
echo(var)
return the string we input
COPYRIGHT
Public Domain
AUTHOR
Tobias Oetiker <tobi@oetiker.ch>
HISTORY
2011-01-25 to Initial