I am trying to build a site consisting of different applications (sort of like google has mail, calendar, appengine, etc being different apps). I want to organize them as different applications so I can develop and deploy them independently one after the other.
Currently, different applications cannot access the same datastore, but different versions of an app can (and we are allowed up to 10 versions of each app). This seems like a workable solution for me as I want the flexibility to have the different apps work off the same datastore.
Can folks (especially google folks) give me some pointers on how to achieve this, if possible?
Thanks.