If you build a REST API between your applications, that is not a violation of the ToS since you are not using it to dodge quota or rate limits. In general, I try to discourage folks from doing so because it adds unnecessary complexity, but ultimately this is your decision to make. Since we don't allow applications to access entities from other applications, you'll likely end up with a system where anytime you make a change, you'll have to make it in multiple places: the admin application as well as the original application.
On Fri, Jun 25, 2010 at 6:48 PM, kstewart <[email protected]> wrote: > Thanks Geoffrey, it sounds like a different version of the same app > with a different codebase could be the solution. > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- 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.
