You can essentially gain the ability to deploy multiple applications around a single datastore if you deploy multiple versions of your app that have different code from each other. I'm curious as to how many of you are doing this and how positive your experience has been so far.
Right now, we have a lot of data processing code written in Java that we could easily split up into at least a couple of applications that run in the background and don't need to be synchronous with the user interface. I'm considering leaving that all in Java and then writing the user interface in a separate Django or Gaelyk app to minimize boot times of all the various apps. I'd love to hear a bit of your story if you're deploying multiple codebases for a single datastore... Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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/google-appengine-java?hl=en.
