Nick, Thanks for the information. Actually, this is as much a blessing as a curse :) Naturally, there are some things that I want shared between domains, and other things that I want not shared. In the case where I want to share info, no problemo...but where I want data in domain- silo, then I just have to add a 'host' property to my models and query accordingly. Nevertheless, looking forward to that 'not-yet-released' API :)
--noly On Jul 27, 10:05 am, "Nick Johnson (Google)" <[email protected]> wrote: > Hi nolybab, > > Any App Engine app can be mapped on any number of App Engine domains. For > the moment, however, the only way for your app to tell which domain it's on > is to check the Host header and behave appropriately. Moderator and the > other apps in Apps Labs use a not-yet-released API that facilitates this. > > -Nick Johnson > > > > On Sat, Jul 25, 2009 at 12:00 AM, nolybab <[email protected]> wrote: > > > I am fairly new to developing on Google App Engine. I have done some > > initial prototype development and testing, but I have a question and > > I'm hoping someone can answer. > > > What I'm trying to figure out is how to create an App Engine 'service' > > that can be used on any Google Apps domain. The confusion that I am > > having is wondering how the implementation knows which google apps > > domain is being used/referenced. If I just program a web service, will > > it automatically be able to initialize and run in separate 'instances' > > for different domains, or do I have to somehow program the system to > > recognize when it's running in a different domain and initialize > > accordingly? > > > For example, consider Google Moderator, which runs as a completely > > silo'd application for each google apps domain. > > > I hope I explained my question good enough. Any feedback would be much > > appreciated. > > > thanks, > > Terry > > -- > Nick Johnson, Developer Programs Engineer, App Engine --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
