On 01/30/2012 01:24 PM, linucos wrote: > Hi to All, > Rpc is a real good way to implement c/s application.When i use qx's > qx.io.remote.Ipc i got a few questions: > 1. Rpc is sent by Get or POST ? or other method ?
Rpc class uses the POST request by default, unless it is a cross-domain request where GET is being used [1]. > 2. How can i process the result of Rpc return? Have a look at the class documentation of qx.io.remote.Rpc [2]. Towards the end the various ways of receiving the result data are discussed. Also, cross-domain issues play a role (again [1]). T. [1] http://manual.qooxdoo.org/1.6/pages/communication/rpc_server_writer_guide.html#transport [2] http://demo.qooxdoo.org/1.6.x/apiviewer/#qx.io.remote.Rpc ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
