Demos
These demos use a lightweight JavaScript JSON-RPC implementation (jsonrpc.js) originally based on the JSON-RPC implementation in the JavaScript o lait library by Jan-Klaas Kollhof (the author of the JSON-RPC specification). The lightweight JSON-RPC JavaScript client and the JSON-RPC-Java example code are included in the source distribution.
Tests your browser for compatilibty with the JavaScript JSON-RPC client (ie. working XMLHttpRequest object).
Please visit this page so we can record the test results for your User-Agent.
The JSON-RPC-Java Hello World application. See the simplest JSON-RPC-Java application in action.
Basic demo that performs a number of simple tests and shows the usage of a variety of different Java types.
Performs unit testing and profiling with both asynchronous and synchronous calls.
Performs testing of sending and recieving unicode data.
Dictionary lookup demo using JSON-RPC. This demo implements a simple server side Java DICT protocol (RFC2229) client that can make queries against a local dict server, and exposes its API via JSON-RPC-Java to a JavaScript/DHTML dictionary lookup GUI.
To run the demo on your own machine, you'll need to run dictd or another DICT protocol server.
On debian you can run the following commands to set up a dict server with the same dictionaries as the demo server:
apt-get install dictd dict-foldoc dict-gcide dict-jargon dict-wn