Hi all, Our app engine application is going to use SproutCore as its JavaScript framework. As SproutCore or JavaScript sits quite independently of App Engine or any server side technology we are assuming that this should work (actually http://sproutcore-demo.appspot.com/ confirms that it should not be a problem).
Authentication should be quite simple as well, as long as both our HTML/JS deliver and REST services use Google authentication its should all work fine. The question is while developing the SproutCore application we need to run two dev servers, so if our rest services required authentication and we deliver our SproutCore app from the SC dev server how can we test that everything works? Although the two dev servers are running at different ports do they still honour the cookies set by the domain (localhost)? Our application is user centric so we will require the user to login. Any SproutCore / App Engine developers out there that could give me a few pointers? Thanks for your time. -- "I never look back darling, it distracts from the now", Edna Mode (The Incredibles) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
