| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 | -------------------------------------------------------------------------------DojoX Stores (data)-------------------------------------------------------------------------------Version 1.000Release date: 03/04/2011-------------------------------------------------------------------------------Project state:LightstreamerStore:	beta-------------------------------------------------------------------------------[   ]	l18n support?[   ]	a11y support?-------------------------------------------------------------------------------CreditsLightstreamerStore:	Kris Zyp (kris@sitepen.com)					Tom Trenka (ttrenka@gmail.com)					Lightstreamer (http://lightstreamer.com)-------------------------------------------------------------------------------Project descriptionDojoX Stores is intended to serve as a place where experimental stores basedon the dojo.store APIs can live.  At the time of writing, only the LightstreamerStore is available, but more stores may be added in the future.The LightstreamerStore is a lightweight object store that is intended to beused with the Lightstreamer Web Client and the Lightstreamer Server.  It allowsone to connect to a Lightstreamer server and get continuous updates (dependingon the data adapter and mode used).  Because it requires the Lightstreamerserver, unit tests are not functional here; there is a demonstration of it in action (URL to be determined).-------------------------------------------------------------------------------Dependencies:The main dependency of the LightstreamerStore is dojo/store/util/QueryResults.-------------------------------------------------------------------------------DocumentationLightstreamerStore: inline API documentation is included.-------------------------------------------------------------------------------Installation instructionsDownload the Dojo distribution and set up your Lightstreamer instance, and go!-------------------------------------------------------------------------------Additional NotesLightstreamerStore: The main place to hook your code to is to define an "observe"	function on the results from a query; this function will be passed a JSON-like	object, with which you can do anything you want.
 |