So, I want to use the Global Persistant Store to store a bunch of
application data... all the data that the user will need in the app. I
want to store all this data on Google's servers because I don't want
to shoulder the burden of having a backend server to serve up all my
data. Google can do it for me! (As long as I can cram all my data into
key/value pairs, that is)

So, I want to load all this data one time and never have to load it
again, even if I change my spec. Heck, even if I create a brand new
spec, I want to point that to the same set of global data I've loaded
and keep rolling. I don't want that data to ever die (unless I delete
it manually), even if I delete my app spec. I also want to be able to
update and delete data for a particular key.

Wheres the CRUD screens for this data store? Is it coming?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial API Definition" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to