[google-appengine] Re: Can Java and Python coexist in the same app?

2010-11-12 Thread Alexander Mills
I am currently doing this - as long as you reflect the Python model in
the Java, it will be fine.

Version 1 of my app is Java, Version 2 is Python - I have had issues
with the Java model being slightly different to the Python model and
overwriting (then Python can't read the updated model)

Typically, when you have two versions, the first (or non-default)
version is only accessible via 1.latest.appid.appspot.com

Hope this helps,

Alexander

On Nov 12, 2:55 pm, Jorge Guberte jorgegube...@gmail.com wrote:
 I need to have a Java instance fetching data directly from the
 Python's instance datastore. I don't know if that's possible at all.
 Is the datastore transparent/unique, or each instance (if they can
 indeed coexist) has its separate datastore? Suming it up: how can a
 Java app fetch data from the datastore of a Python app, and vice-versa?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Python and Java AppEngine data types

2010-11-11 Thread Alexander Mills
Hey,

Recently I've been involved with a project which had version 1 of an
app in Java and version 2 in Python - using the same datastore...
Others may wish to do the same in future, so I feel there is some need
for a Python - Java datastore types comparison?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.