Tristan Koch wrote:
> 
> 
> Actually, we've already got qx.data.store.Rest [1]. Right now it is marked
> experimental and only covers fetching (receiving responses), but we're
> planning to support pushing (sending requests) too.
> 
> [1]
> http://manual.qooxdoo.org/1.5.x/pages/communication/rest.html#data-binding
> 

Thanks! I think the whole idea of stores implementing a common interface is
excellent and libraries like dojo show how far you can take that...

But that's of course only the beginning of the story... ;-)

1) For example, when dealing with tables or trees with ten thousands or more
records, periodically fetching the whole dataset (index) is out of the
question. Instead, what you'd really need to do is to pass only the changed
data between client and server. On the client, this is done by dispatching
"change" and "changeBubble" events. How would this translate into stores and
their actions?

2) dojo has an API for stores tha allow to do filtering and querying of the
data (either remotely or "in-house", i.e. in json stores). The result can
then be used as data for visual display in widgets. Are there any plans for
that?

Thanks,
C. 

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/databinding-rpc-REST-resources-tp6655875p6656197.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to