An _extremely_ disappointing limitation: adding the application to a domain does NOT allow your users to log in using a Google Apps Account. They will still need a Google Account.
My approach has been to create a new app for each customer's Apps domain. This approach is not totally bad though, since it also allows me to do very low-level per-customer customizations when needed. It also allows me to roll out updates to users in stages -- that way I do not take down all of my customers at once if there is a issue. Robert On Tue, Nov 10, 2009 at 7:32 AM, Rajkumar Radhakrishnan < [email protected]> wrote: > Hi Roy, > > I believe it is well within the terms of service. > > The process will be something like.. the customer signs up for a Google > Apps and Google App Engine (or we do it on their behalf as part of > professional services) and then developer access to one of their app-engine > instances is granted to the application developer, who then deploys the app. > > Regards, > R.Rajkumar > > On Tue, Nov 10, 2009 at 11:29 AM, Roy <[email protected]>wrote: > >> >> Hi Raj >> >> I clicked the link and read about ifreetools crm. >> >> Are you sure that "If you would like to have a separate instance of >> the application to be hosted on App Engine and mapped to your domain" >> is allowed by the app engine terms of service? >> >> >> >> On Nov 10, 2:17 am, Rajkumar Radhakrishnan <[email protected]> >> wrote: >> > When a single App Engine application is added as a service via the >> Google >> > Apps page, providing the same App ID for multiple domains (read >> > how< >> http://ifreetools.blogspot.com/2009/11/ifreetools-crm-on-your-sub-dom.. >> .>), >> > then all those domains will have share the same data-store. It is upto >> the >> > developer of the application to take care of data segmentation. >> > >> > If you want disjoint datastores, you will have to deploy them as >> multiple >> > application instances over App Engine (each with a different App ID). >> Here >> > the App Engine layer will take care of data segmentation. >> > >> > Regards, >> > R.Rajkumar >> > >> > On Tue, Nov 10, 2009 at 1:27 AM, Nate Wilson <[email protected]> >> wrote: >> > >> > > I've seen several posts reporting that that a single app can be >> > > installed in multiple domains. However, I have yet to find one that >> > > answers the question of data partitioning. Do all domains for which >> > > an appengine application is installed have access to a shared >> > > datastore or do they each have their own partition disjoint and cut- >> > > off from the other domains? >> > >> > > Thanks! >> > >> > -- >> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~http://crm.ifreetools.com >> >> > > > -- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > http://crm.ifreetools.com > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
