Re: [qooxdoo-devel] Use of Database in qx.Desktop

2015-05-20 Thread slah
You're welcome, RPC PHP [1] is a contribution from Derrel Lepman. You can test it with the RPCExample [2] contrib too. You may find other json-rpc implementations too [3]. [1] http://qooxdoo.org/contrib/project/rpcphp [2] http://qooxdoo.org/contrib/project/rpcexample [3] http://qooxdoo.org/contrib

Re: [qooxdoo-devel] Use of Database in qx.Desktop

2015-05-20 Thread Tom Saddul
I am using Microsoft ASP.NET Web API 2.x at server side like the following namespace SampleWebApi.Controllers { public class DefaultController : ApiController { [HttpGet] [Route("getdata")] public IHttpActionResult GetData() { try

Re: [qooxdoo-devel] Use of Database in qx.Desktop

2015-05-20 Thread Bober
Hi Slah, thank you very much for your answer. Could you please provide me with a simple example or link to the qooxdoo website including your suggestion. I cant find an example including the connetcion to the database using PHP or Java. Thanks again for your support. Regards, Bober -- View

Re: [qooxdoo-devel] Use of Database in qx.Desktop

2015-05-20 Thread slah
Bober wrote > Hi, > >   > > I have created a simple qooxdoo desktop application and want to store a > text input in a Database (preferably MySQL). > >   > > Unfortunately, I have not found any information about such a matter in the > documentation of the qx.desktop. > >   > > Is there a

[qooxdoo-devel] Use of Database in qx.Desktop

2015-05-20 Thread Bober1990
Hi,   I have created a simple qooxdoo desktop application and want to store a text input in a Database (preferably MySQL).   Unfortunately, I have not found any information about such a matter in the documentation of the qx.desktop.   Is there any best practice to do so? How can it be done t