|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Help MEHelp me!
When i call a remote procedure (rails with render json) i have only timeout this is my code var req = new qx.io.remote.Request("http://127.0.0.1:3000/clienti/list","POST","text/plain"); req.setCrossDomain(true); req.addListener("completed", function(e) { alert(e); }); req.addListener("timeout", function(e) { alert("errore"); }); req.send(); and this is the result with firebug var req = new qx.io.remote.Request("http://127.0...on(e) { alert("errore"); }); req.send(); 10811390 qx.io.remote.RequestQueue[52]: Timeout: transport 8tNative.js (riga 61) 10811392 qx.io.remote.RequestQueue[52]: 5269ms > 5000msNative.js (riga 61) 10811395 qx.io.remote.Exchange[8t]: Timeout: implementation 8u Can youi heklp me??? Thank you ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@... https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel |
|
|
Re: Help MEOn Mon, Nov 2, 2009 at 12:30, Gianluca Rettore <gladenko@...> wrote:
Help me! I recently posted this message to the mailing list. It should provide some direction: Cross-domain requests are tricky, in that they can be dangerous, and that they can't be done with traditional XMLHttpRequest calls. qooxdoo implements cross-domain requests in a way that works easily with qooxdoo's backends but will require a bit of change to non-qooxdoo backends. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@... https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel |
|
|
|
|
|
Re: Help MEOn Tue, Nov 3, 2009 at 05:16, Andreas Ecker <ecker@...> wrote:
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@... https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel |
|
|
Re: Help with rpcDerrell Lipman ha scritto:
> On Tue, Nov 3, 2009 at 05:16, Andreas Ecker <ecker@... > <mailto:ecker@...>> wrote: > > > Thank you for your answer, now i study this problem, but now i have > another question! > > Qooxdoo can be a server??? how i can use qooxdoo with a server and how > i can connect to db??? Have you docs to read for my night? > > > This should get you started: > > http://qooxdoo.org/documentation/0.8/rpc > http://qooxdoo.org/contrib/project#rpcexample > http://qooxdoo.org/contrib/project#rpcphp > http://qooxdoo.org/contrib/project#rpcjava > http://qooxdoo.org/contrib/project#rpcperl > > Derrell > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > > > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@... > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel Thank you i have another question if i have a webservice in ruby on rails i use xml-rpc with qx.io.remote.Rpc() i have some probelm i have set CrossDomain??? Thank you in advance Gianluca Rettore ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@... https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel |
|
|
Re: Help with rpcOn Tue, Nov 3, 2009 at 21:56, Gianluca Rettore <gladenko@...> wrote: Thank you i have another question if i have a webservice in ruby on Take a look at the Server Writer's Guide mentioned in those docs I sent you. I see no reason (other than never having used it) that you couldn't write a qooxdoo-compatible JSON-RPC server in RoR. Derrell ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@... https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel |
| Free embeddable forum powered by Nabble | Forum Help |