http://groups.google.com/group/google-appengine/browse_thread/thread/548da41a369c60b1#
Just browsing thru other threads i read something interesting, tim writes that you CAN run mix java and python or different versions. Then you'd be accessing the same datastore on the same app from java and python. You can access your app to a specific version by adding the X.appname.appspot.com. nice! :) try and see, maybe you can keep a version number for java and version for python and update them. On Sep 13, 4:24 pm, alon <[email protected]> wrote: > 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.
