As we know in Google App engine, for each registered email account , we are allowed to make 10 application. Now, I need to share entities among the applications. Is this possible ? If yes, how is it implemented ? Any help is highly appreciated. Thank you, Vishal
|
feedback
|
|
No, this cannot be done. However, as Nick Johnson points out, you can use remote_api to do what you need. | |||||||
feedback
|
|
Check the ISSUE with GAE before going to implement as stated in documentation. I had tried to implement as stated there but with fail because of the issue. Your request to the remote API will reach the target server but won't perform anything. Hope that the issue be solved soon. | |||
|
feedback
|
|
Are you sure you really need to do this? Don't forget, you can have multiple versions of an application running against the same datastore. Only 1 version of the app is your "default" and gets your non appspot.com domain name, but you can have completely different codebases running against the same datastore/memcache addressable with ..appspot.com I don't know if this satisfies your needs but thought I'd throw it out there. | |||||||||||
feedback
|
use multiple Applications to simulate or act as a single Application or otherwise access the Service in a manner intended to avoid incurring fees. – Ibrahim Arief Jan 22 at 0:23