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