As I understand it, it's possible to have modules using different runtimes 
in the same app. I'd like to add a Java module to my app which is currently 
using Python: does anyone have any hints about how best to go about this? 
Specific questions I have at the moment:

- How do you manage the configuration?  The Java xml-based configuration 
expects the app to list all the modules, whereas the Python yaml-based 
configuration doesn't. So is the Java yaml-based configuration the way to 
go?

- Is there any way of testing things out on the development server(s)? Do 
the Python and Java development servers share a datastore? 

- Should I develop a whole Java app, essentially a stub default module 
alongside the module I actually want, or can I do just the module I want?

I'm reasonably at home with the Python appengine stuff, but new to the Java 
end of it, so any help or pointers to information would be great.


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to