Hello,

I'm new and i have not a lot of no in Java.
I would like to do a request to a Server and then get the response,
could me help me please.
Thanx !

I have this
        Request req = new Request("http://localhost/test.php","GET";);

       ??? -> for recieving the answer ?

Or like this in Java
req = new qx.io.remote.Request(val.getLabel(), "GET", "text/plain");

req.addListener("completed", function(e) {
  alert(e.getContent());
  // use the following for qooxdoo versions <= 0.6.7:
  // alert(e.getData().getContent());
});



-- 
View this message in context: 
http://n2.nabble.com/qooxdoo-Web-Toolkit-newbie-questions-tp4762987p4762987.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to