Data is stored between datastore servers, but all versions(both Python and Java) of an app share the same data.
2009/11/13 JoeM <[email protected]>: > Hi Jesaja, > > Thank you for your response. Yes, what I was interested in and meant > was whether or not an appengine Java app could access the same > datastore resident data as an appengine Python app. > > Joe > > On Nov 12, 12:57 am, Jesaja Everling <[email protected]> wrote: >> Hi Joe, >> >> I don't know what you mean with "cloud" exactly, but you can have >> different version of the same up use different languages: >> >> http://googleappengine.blogspot.com/2009/06/10-things-you-probably-di... >> "Something that's less known is that the different app versions don't >> even have to have the same runtime! It's perfectly fine to have one >> version of an app using the Java runtime and another version of the >> same app using the Python runtime." >> >> So I would say the answer is yes. In this case both languages can even >> access the same datastore. >> >> Best Regards, >> >> Jesaja EverlingOn Thu, Nov 12, 2009 at 4:39 AM, JoeM >> <[email protected]> wrote: >> >> > Do appengine Python applications and appengine Java applications >> > access the same cloud ? >> > --~--~---------~--~----~------------~-------~--~----~ >> > 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 >> > athttp://groups.google.com/group/google-appengine?hl=en >> > -~----------~----~----~----~------~----~------~--~--- > > -- > > 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=. > > > -- 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=.
