Hello,

On Wed, Mar 14, 2012 at 11:49 AM, Leon Woestenberg <
[email protected]> wrote:

> On Wed, Mar 14, 2012 at 7:46 AM, Martin Wittemann <
> [email protected]> wrote:
>
>>
>> > Is there a high-level way to perform remote (JSON-RPC) data binding, or
>> should I implement my own Async Rpc handlers for each widget or set of
>> widgets?
>> We don't have any remote data binding jet. But the controller offer a
>> solid way to bring the data from the view to a model. From there, you can
>> continue and connect your data to whatever server you want to. As a good
>> example, you could check out the offline data store which uses the
>> localStorage as a "server" and loads / saves data in that.
>>
>>
> OK, I was looking for something that wasn't there (remote data binding),
> so I must create the remote Rpc part myself. I have used the AsyncRpc
> approach earlier, so that seems doable. But how would I correctly architect
> this?
>
>
I just came across the experimental REST support in Qooxdoo.   As my
project is a demonstrator, I am considering using this:

http://manual.qooxdoo.org/2.0/pages/communication/rest.html

Or should I stay away from it for the moment?

Regards,

Leon.
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to