From 1170417ceeb8c49a46cda522a38eaa71c9cae30c Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Sat, 30 Dec 2006 05:09:59 +0000 Subject: r20414: Start to make SWAT usable by others. This is just a start... (This used to be commit 26a34037a7ca6fbd05c5a6f7c2d5973e34bc6918) --- .../frontend/demo/source/html/test/RPC_4.html | 470 +++++++++++++++++++++ 1 file changed, 470 insertions(+) create mode 100644 webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/test/RPC_4.html (limited to 'webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/test/RPC_4.html') diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/test/RPC_4.html b/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/test/RPC_4.html new file mode 100644 index 0000000000..628268193a --- /dev/null +++ b/webapps/qooxdoo-0.6.3-sdk/frontend/demo/source/html/test/RPC_4.html @@ -0,0 +1,470 @@ + + + + qooxdoo » Demo + + + + + + + + + +
+

Only works together with a RPC backend!

+

Test for RPC functionality.

+

+ This test calls a whole set of functions to test each of the primitive + data types. The comparison results should all end with ": true", and + the last test generates an Application Error (#1000). No other test + generates that error, so receiving it means the complete set of tests + was run. +

+

+ These functions all use the asynchronous interface. This is the + interface that your applications should use. See the warning in + RPC_3.html regarding use of the synchronous interface. +

+
+ + + + -- cgit