[appengine-java] Re: same application same datastore different subdomain

2010-07-13 Thread Shyam Visamsetty
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 ivan.rd...@gmail.com wrote: Hello world! I

Re: [appengine-java] Re: same application same datastore different subdomain

2010-07-13 Thread John Patterson
On 14 Jul 2010, at 01:39, Shyam Visamsetty wrote: You definitely cannot share the data store between two applications as of now. Technically you actually can share data between applications using RemoteDatastore - you can divert datastore operations to a different application.