Blame | Last modification | View Log | RSS feed
-------------------------------------------------------------------------------DojoX Data-------------------------------------------------------------------------------Version 1.0Release date: 05/29/2007-------------------------------------------------------------------------------Project state: stable-------------------------------------------------------------------------------Project authorsJared Jurkiewicz (jared.jurkiewicz@gmail.com)Shane O'Sullivan (shaneosullivan1@gmail.com) (FlickrRestStore)Wolfram Kriesing (wolfram@kriesing.de) (QueryReadStore)-------------------------------------------------------------------------------Project descriptionThe DojoX Data project is a container for extensions and extra example storesthat implement the dojo.data APIs. It may also contain utility functions forworking with specific types of data.-------------------------------------------------------------------------------Dependencies:DojoX Data has dependencies on core dojo (dojo.data) and the D.O.H. unit testframework.-------------------------------------------------------------------------------Documentation:See the Dojo API tool (http://dojotoolkit.org/api)-------------------------------------------------------------------------------Installation instructionsGrab the following from the Dojo SVN Repository:http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/data/*Install into the following directory structure:/dojox/data/...which should be at the same level as your Dojo checkout./dojox/data/*Require in the dojox.data stores you wish to use.-------------------------------------------------------------------------------Additional Notes:dojox.data.CvsStore - comma-separated (spreadsheet output)datastore implementationdojox.data.FlickrRestStore - advanced version of: dojox.data.FlickrStore(Caching + user key support)dojox.data.FlickrStore - data store driven by Flickr.com public API.dojox.data.HtmlTableStore - Implementation of an HTML Table readingdatastoredojox.data.OpmlStore - Store for reading OMPL formatted datadojox.data.XmlStore - datastore for XML based services ordocuments.dojox.data.QueryReadStore - datastore to provide serverside URL querymatching. Similar to the 0.4.X ComboBox dataUrl parameter.