Hi All- I'm interested in learning how I structure an app to support multiple channels. For example, I want an application to support a facebook experience (using fbml & the google libraries), a JSON/web service experience (for Androids and iPhones) and an OpenSocial experience (using OpenSocial/GWT). These all need to access the same datastore, using common app/jdo code.
How do I package this? Do they all need to be the same google app? If so, is there a code sample to show how to filter and direct requests to the relevant module of the app (esp w.r.t. GWT config/ structure)? If the best way is to use multiple apps, one for each channel, then how do I make sure all apps connect to the same datastore? Sorry if this is a FAQ/dumbie question, I have searched, but not found - so either there's no off the shelf answer, or I'm using the wrong terms. Thanks - John -- 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.
