(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]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
