You can't access another app's datastore. Just create a single application and render different views as you need them. You can switch on user agents or the host that the request is coming in on.
On Tue, Jun 15, 2010 at 3:00 AM, John <[email protected]> wrote: > (Note to moderators - I posted a similar question to the main GAE > group - I think the question is better targeted at this group. > Thanks.) > > Hi All- > > I'd like to build a multi-channel app hosted on GAE/J. By multi- > channel I mean that I have a common back-end and persistence layer > accessing a single datastore regardless of channel, but have front- > ends supporting different channels - for example: > > * facebook front-end - using fbml & google facebook api > * generic social website front-end - using OpenSocial > * JSON/web service front-end - using ??? to support Android/iPhone > apps > * my site direct - using GWT > * my mobile site - GWT but for mobile. > > What's the best way to achieve this? Can I do this in one GAE/J app - > if so, how to structure the url filter/mapping? Do I need app for each > front-end? If so, how do I connect multiple front-end apps to the > same datastore? > > Thanks in advance - John > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?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 for Java" 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-java?hl=en.
