I am wondering about GAE possibilities and multi-client support; so the question is can GAE support multi-client app; for example, I have war files as
- 1) war A (supports datastore)
- 2) war B (send message form – saves data with A)
- 3) war C (gets messages list ui – gets saved data)
may GAE make such kind of project possible; if yes how to set controller servlet?
thanks
You could use the Remote API to access another app’s datastore. See here: http://code.google.com/appengine/docs/java/tools/remoteapi.html#Configuring_Remote_API_on_an_App_Engine_Client