On Thu, Sep 25, 2008 at 7:34 PM, Jim Hunter <[EMAIL PROTECTED]> wrote:

> With all this talk going on about the Remote Table Model, I think that the
> on-line demo should be renamed. It is called "Table with remote table model"
> when in reality it is using a Simple table model and when you add rows it's
> not getting them remotely, it's getting the data from a local function. I
> feel jipped! I went there looking for sample code and found that it is all
> an illusion.
>
> http://demo.qooxdoo.org/current/demobrowser/#table-Table_Remote_Model.html
>
> That is the demo that needs to be renamed.
>

I noticed the same thing, and I wrote a real demo of using the Remote Table
Model.  It's not appropriate to have it in the demobrowser, however, since
there are no available services on that server.  Instead, you can build it
yourself and install the server-side services on your own server to test it
out.  Have a look at the RpcExample project in qooxdoo-contrib, and the
RpcPhp backend.  (Currently, only the PHP backend supports the services used
by the example.)  The last tab in the example application uses and tests a
remote table model.  The class rpcexample.RemoteDataModel extends
qx.ui.table.model.Remote and issues the requests to the server.  In RpcPhp,
services/qooxdoo/remoteTableTest.php implements the services used by that
example program.

Derrell
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to