It would be great to be able to map a custom domain or subdomain to a "version" subdomain (version-name.app-id.appspot.com).
In my situation I have a website running on Python SDK and API running on Java SDK. So, www.mydomain.com points to the default version subdomain master.app-id.appspot.com and api.mydomain.com points to the another version api.app-id.appspot.com. The advantages are: + I can deploy a master version more often and it will not affect API + I can use both Python and Java SDK in one app and using the same database + Many subprojects can use the same database + I can limit access to the API's codebase for a developers who work on a website, so he can deploy a website without having an API code. + anything else? -- 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.
