Are here some plans to implement (integrate) JSON-RPC (JSON-RPC - Wikipedia)? E.g similarly as does:
- Wakanda: Wakanda Doc Center
- dojo http://dojotoolkit.org/reference-guide/1.10/dojox/rpc/smd.html
- qooxdoo http://manual.qooxdoo.org/current/pages/communication/rpc.html
The idea behind is
- having an unified protocol to dynamically load layouts/widgets and data-contents from the server
- and also communicate with servers (send “commands”) using unified way for many server-side languages. (e.g. for perl based backends JSON::RPC - JSON RPC 2.0 Server Implementation - metacpan.org).
Maybe it is already done and just my searching not found any example, how to do it.
Ps: sorry for my terrible english.