Jonis <[EMAIL PROTECTED]> writes: > Where can i find source code for RPC test? > > I can't find in my packages (RPC Backend, SDK, etc...) just the service > (not the 'client').
The backend, which runs on the server and handles remote procedure calls issued by the client (javascript) application is in the top-level backend directory. There are three implementations of the backend, one each in PHP, Java, and Perl. You can find the frontend client examples for using RPC in the sample directory frontend/application/sample/source/html/test/RPC_*.html, and one which implements some file tree functionality using TreeFullControl, in frontend/application/sample/source/html/example/RpcTreeFullControl.html. Cheers, Derrell ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
