> (a) How will the hand-off of instructions (requests?) from the UI to the > application (via the web server), and,
You would do this using qx.io.remote.Request or, as Derrell suggested, qx.io.remote.Rpc. These communicate back to the server and allow you to pass parameters for your server-side application invocation. > (b) The hand-off of the results/data form the application to the UI > (again via the web-server) This problem is much too large to tackle on this mailing list, as there is a wide range of options how a web server can invoke server-side functionality. I suggest you start with a very basic one that allows you to invoke command line programs, CGI: http://en.wikipedia.org/wiki/Common_Gateway_Interface T. ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
