[google-appengine] Adding a Java module to a Python app

2014-05-31 Thread LPryor
As I understand it it's possible to have modules in the same app using different runtimes. I'd like to have a java module in a predominantly python app, and am trying to work out how to do it. I'm reasonably at home with the python side of things, but using java on the app engine is new to me.

[google-appengine] Python and java modules in the same app

2014-05-31 Thread LPryor
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 confi