There are valid use cases for sharing data between apps.
For example, blog.example.com and www.example.com which shows latest
blog comments by querying the blog database.

It is pretty complicated to do this mapping in one java war file. For
example map two home pages for the domains, that resolve correctly,
including all the variations, like 
https://appengine.google.com/a/blog.example.com,
version.latest.example.appspot.com, etc. Lots of rules.

There is also no need to package two separate apps to one and tie
their release schedule together, especially if they are developed by
different teams and have few touch points.
Those are some examples.

So can a developer ask an app engine administrator to approve cross
app access via http, without getting flagged as breaking the TOC?

-- 
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.

Reply via email to