You definitely cannot share the data store between two applications as of now.
But, you can definitely create another application a2 which contains a webservice which can call a service from an application a1. -Shyam. On Jul 13, 5:22 am, IvanRdz <[email protected]> wrote: > Hello world! > > I want to know if is possible to use the same datastore across > multiple (or different) subdomains/applications. I have googleapps > account and I have already configure it with www domain for the main > app. > > What I want to do is: > > www.myapp.com-- user interface application, gwt developed and RPC for > server calls > api.myapp.com -- Restful webservices (wich have to communicate > acrosswww.myapp.combussines logic) > > It is possible? -- 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.
