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. My only concern is how to map a version to a custom domain. For example, I can map my application to www.mydomain.com, but I also want to map version cool to cool.mydomain.com (instead of only having cool.latest.myapp.appspot.com). Can folks (especially google folks) give me some pointers on how to achieve this, if possible? Thanks. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
