Login Register

ServiceStore

1.2 ServiceStore getIdentity and _processResults not cooperating

I have a properly working dojox.rpc.Service and a dojox.data.ServiceStore using it. The store is actually a child class that extends the _processResults method to facilitate some massaging of the results (I yank a wrapping object). The store works as expected in every regard except for one.

ServiceStore Client Side Caching

I'm playing around with the ServiceStores that will be officially introduced in Dojo 1.2.
On one of my pages I have multiple service stores - however, the current implementation uses a common _index for a client side cache. As a result, I have some of my values being overwritten as I am using auto-increment database ids.

Syndicate content