Hi,

I was just thinking that once you have the code on the SDK that allows
you to have a local datastore, wouldn't be nice to have a magic piece
of code to link this local datastore to a global one ? This way the
local datastore would act as a data cache for the global datastore and
it would allow your web apps to work offline. A kind of "specialized"
google gears ... but transparent for the web app !. You would code
your app independently of how is it going to be used.

Of course there is a a lot of synchronization problems, for exemple,
the fact that if you load an entity that has a reference to another
one, and then you lost your connection ... you cannot use that
reference. But then again, that would be exactly the work of that
great magic piece of code.

Just adding noise to the system ... ;-)

Nacho
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to