On Thu, Mar 20, 2008 at 4:31 PM, marisol brigitte león granados
<[EMAIL PROTECTED]> wrote:
>
> I am trying to work with JAVA and TOMCAT going to try what helped me and
> then I write to tell you the outcome.
>
> With regard to the first two lines of your example:
> Var url = encodeURI ( "prog / test.php? Abc & Name = = def test");
> Var r = new qx.io.remote.Request (url, "POST" qx.util.Mime.JSON);
>
> 1. The parameters (key,value) that you put after the name of the page php,
> be the parameters for my query to the database?
> 2. Parameters may be affixed to the application using something mentioned in
> the documentation that is called: setParameter (key, value)?
> 3. As I see in the documentation of Qooxdoo I can get the answer in
> "text/html" without using JSON, right?

I think this link to the wiki should help you considerably.  Instead
of passing raw data back and forth to the server, you can use remote
procedure calls.  Have a look here:

http://qooxdoo.org/documentation/0.7/rpc

Cheers,

Derrell

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to