the underlaying storage is the same. so same keys and same objects. you cannot share a datastore between apps. You can use remove_api or pistons and let any app use your datastore remotely.
On Sep 13, 3:45 pm, bryan rasmussen <[email protected]> wrote: > Hi, > > I was thinking that for a project I might like to develop some things > in python and others in java, how would one manage such a thing if it > was wanted? I am supposing something like actually having two seperate > applications communicating together via private keys so as to transfer > processing between Java and Python? Is that likely - the desire is > based on access to libraries afforded by Java but ease of dev. > afforded by python. > > Thanks, > Bryan Rasmussen -- 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.
