source: Dev/branches/rest-dojo-ui/client/dojox/store/README @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 2.2 KB
Line 
1-------------------------------------------------------------------------------
2DojoX Stores (data)
3-------------------------------------------------------------------------------
4Version 1.000
5Release date: 03/04/2011
6-------------------------------------------------------------------------------
7Project state:
8LightstreamerStore:     beta
9-------------------------------------------------------------------------------
10[   ]   l18n support?
11[   ]   a11y support?
12-------------------------------------------------------------------------------
13Credits
14LightstreamerStore:     Kris Zyp (kris@sitepen.com)
15                                        Tom Trenka (ttrenka@gmail.com)
16                                        Lightstreamer (http://lightstreamer.com)
17-------------------------------------------------------------------------------
18Project description
19
20DojoX Stores is intended to serve as a place where experimental stores based
21on the dojo.store APIs can live.  At the time of writing, only the
22LightstreamerStore is available, but more stores may be added in the future.
23
24The LightstreamerStore is a lightweight object store that is intended to be
25used with the Lightstreamer Web Client and the Lightstreamer Server.  It allows
26one to connect to a Lightstreamer server and get continuous updates (depending
27on the data adapter and mode used).  Because it requires the Lightstreamer
28server, unit tests are not functional here; there is a demonstration of it in
29action (URL to be determined).
30-------------------------------------------------------------------------------
31Dependencies:
32
33The main dependency of the LightstreamerStore is dojo/store/util/QueryResults.
34-------------------------------------------------------------------------------
35Documentation
36
37LightstreamerStore: inline API documentation is included.
38-------------------------------------------------------------------------------
39Installation instructions
40
41Download the Dojo distribution and set up your Lightstreamer instance, and go!
42-------------------------------------------------------------------------------
43Additional Notes
44
45LightstreamerStore: The main place to hook your code to is to define an "observe"
46        function on the results from a query; this function will be passed a JSON-like
47        object, with which you can do anything you want.
Note: See TracBrowser for help on using the repository browser.