Sunday, April 10th, 2011 Posted in Programming | No Comments »
If you took my advice (HowTo Share the Datastore in GAE) and have partitioned your GAE-based app into separate deployable packages that all share a common Datastore, you'll come across ... Read more..Sunday, April 10th, 2011 Posted in Programming | No Comments »
Sharing persistent data between two apps deployed to GAE (Google AppEngine platform) is possible, although not obvious. Why would you want to do this? For anything but the most trivial application ... Read more..