[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

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

2014-06-04 Thread Vinny P
On Sat, May 24, 2014 at 7:38 AM, LPryor wrote: > - 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? > You would upload

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

2014-06-04 Thread Diego Duclos
I would strongly discourage using versions for this, using different modules for the same appengine project is much a MUCH more sane way to do this. On Wed, Jun 4, 2014 at 8:07 PM, Vinny P wrote: > On Sat, May 24, 2014 at 7:38 AM, LPryor wrote: > > - How do you manage the configuration? The J