2150 |
mathias |
1 |
-------------------------------------------------------------------------------
|
|
|
2 |
DojoX Data
|
|
|
3 |
-------------------------------------------------------------------------------
|
|
|
4 |
Version 1.0
|
|
|
5 |
Release date: 05/29/2007
|
|
|
6 |
-------------------------------------------------------------------------------
|
|
|
7 |
Project state: stable
|
|
|
8 |
-------------------------------------------------------------------------------
|
|
|
9 |
Project authors
|
|
|
10 |
Jared Jurkiewicz (jared.jurkiewicz@gmail.com)
|
|
|
11 |
Shane O'Sullivan (shaneosullivan1@gmail.com) (FlickrRestStore)
|
|
|
12 |
Wolfram Kriesing (wolfram@kriesing.de) (QueryReadStore)
|
|
|
13 |
-------------------------------------------------------------------------------
|
|
|
14 |
Project description
|
|
|
15 |
|
|
|
16 |
The DojoX Data project is a container for extensions and extra example stores
|
|
|
17 |
that implement the dojo.data APIs. It may also contain utility functions for
|
|
|
18 |
working with specific types of data.
|
|
|
19 |
|
|
|
20 |
-------------------------------------------------------------------------------
|
|
|
21 |
Dependencies:
|
|
|
22 |
|
|
|
23 |
DojoX Data has dependencies on core dojo (dojo.data) and the D.O.H. unit test
|
|
|
24 |
framework.
|
|
|
25 |
-------------------------------------------------------------------------------
|
|
|
26 |
Documentation:
|
|
|
27 |
|
|
|
28 |
See the Dojo API tool (http://dojotoolkit.org/api)
|
|
|
29 |
-------------------------------------------------------------------------------
|
|
|
30 |
Installation instructions
|
|
|
31 |
|
|
|
32 |
Grab the following from the Dojo SVN Repository:
|
|
|
33 |
http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/data/*
|
|
|
34 |
|
|
|
35 |
Install into the following directory structure:
|
|
|
36 |
/dojox/data/
|
|
|
37 |
|
|
|
38 |
...which should be at the same level as your Dojo checkout.
|
|
|
39 |
|
|
|
40 |
/dojox/data/*
|
|
|
41 |
|
|
|
42 |
Require in the dojox.data stores you wish to use.
|
|
|
43 |
-------------------------------------------------------------------------------
|
|
|
44 |
Additional Notes:
|
|
|
45 |
dojox.data.CvsStore - comma-separated (spreadsheet output)
|
|
|
46 |
datastore implementation
|
|
|
47 |
|
|
|
48 |
dojox.data.FlickrRestStore - advanced version of: dojox.data.FlickrStore
|
|
|
49 |
(Caching + user key support)
|
|
|
50 |
|
|
|
51 |
dojox.data.FlickrStore - data store driven by Flickr.com public API.
|
|
|
52 |
|
|
|
53 |
dojox.data.HtmlTableStore - Implementation of an HTML Table reading
|
|
|
54 |
datastore
|
|
|
55 |
|
|
|
56 |
dojox.data.OpmlStore - Store for reading OMPL formatted data
|
|
|
57 |
|
|
|
58 |
dojox.data.XmlStore - datastore for XML based services or
|
|
|
59 |
documents.
|
|
|
60 |
|
|
|
61 |
dojox.data.QueryReadStore - datastore to provide serverside URL query
|
|
|
62 |
matching. Similar to the 0.4.X ComboBox dataUrl parameter.
|