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

2010-11-13 Thread Jorge Guberte
Thank you!

On 12 nov, 17:34, Alexander Mills alexander.mi...@psycle.com wrote:
 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.



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

2010-11-13 Thread Pedro Ferreira
Jorge,

obrigado pelo comprometimento!

Agradeço memso

Abraço

Boa noite!


Em 13-11-2010 23:29, Jorge Guberte escreveu:
 Thank you!

 On 12 nov, 17:34, Alexander Mills alexander.mi...@psycle.com wrote:
 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] 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.