gmcms <[EMAIL PROTECTED]> writes: > I try qooxdoo and have no problem to build an interface, but I can't find > any information on how to send the order to run a php script (ajax > transport) to query a database by exemple, and take the answer to display > it. > The only exemples are just to take the content of a file (xml, txt, html, > ...) and display it.
Check out the "namespaces" branch from svn, and then look at the following: The client test applications: - source/demo/test/RPC_1.html - source/demo/test/RPC_2.html - source/demo/test/RPC_3.html - source/demo/test/RPC_4.html The PHP JSON-RPC server: - backend/php/services/index.php (the server base code) - backend/php/services/qooxdoo/test.php (a set of example remote procedures) Cheers, Derrell Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
