On this page, the modified Jade applet and the ClientControllerApplet (which sends XMLRPCs and receives lists of fake XMLRPCs as a response) are hooked up.
Some notes on the demo (including data formats, etc.) are listed here
Beneath the applet are some HTML controls for making calls into Jade to test the APIs.
At the foot of the page is a description of some of the changes I have made to Jade.
Note:The combined JARs are about 700kB, so it could take a while to download at first
testResponseCall(String response)
The applet will react as if it has received the response from an XMLRPC, even though no XMLRPC has been called. Used to
demonstrate the processing of responses as lists of XMLRPC calls
The following xml (for a single XMLRPC call) is used as the "server's response" in this example:
<?xml version="1.0"?>
<methodCall>
<methodName>jade.setValue</methodName>
<params>
<param>
<value></value>
</param>
<param>
<value>/instance[@name="$12]/terminal[@name="G"]/property[@name="i"]/@value</value>
</param>
<param>
<value>2</value>
</param>
</params>
</methodCall>
Go!
The following details the last outgoing XMLRPC made from Jade
Name: none yet
Args: none yet