Opened 14 years ago
Closed 14 years ago
#5987 closed enhancement (fixed)
[patch][cla] ServiceStore - dojo.data implementation for dojox.rpc.Service instances
Reported by: | kriszyp | Owned by: | Dustin Machi |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dojox | Version: | 1.0 |
Keywords: | rpc data | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
ServiceStore? and it's subclasses are a dojo.data implementation for dojox.rpc.Service instances. Fetches are routed through the service and the returned results are used as the data behind the API. ServiceStore? also has a subclass JsonRestStore?, which provides read/write capabilities using the Rest service in dojox.rpc.Rest. JsonRestStore? has two subclasses, PersevereRestStore? and CouchDBStore, which have adjustments for minor differences in handling certain behavior for these two Json Rest storage systems. JsonRestStore? relies on dojox.rpc.JsonReferencing? to handling indexing and reference resolving. This allows indexing, reference resolving, and lazy loading capabilities to be usable from any RPC service independent of dojo.data implementations. Alternate referencing schemes could also be created and used with the same data stores and services. ServiceStore? does not require JsonReferencing?, but if it is included, ServiceStore? will support lazy loading.
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by
Milestone: | 1.1 → 1.2 |
---|---|
Summary: | ServiceStore - dojo.data implementation for dojox.rpc.Service instances → [patch][cla] ServiceStore - dojo.data implementation for dojox.rpc.Service instances |
comment:2 Changed 14 years ago by
comment:4 Changed 14 years ago by
Description: | modified (diff) |
---|
This patch is dependent on http://trac.dojotoolkit.org/ticket/6463
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi, I guess this should probably be a stand-alone bug, but since this piece is so new, I wasn't sure if I should bother since you might still be dev'ing it. Anyway, there is a naming issue that causes a 404 not found error for PersevereRestStore.js. Here are the details:
2008-05-03 nightly build
Thanks ... let me know if I should open a bug for this type of thing in the future...
Dylan Tynan [email protected]…