Hello,
I'd like to experiment w/ mixed language modules in App Engine. Currently I've got several Python based modules up & running already. I'd like to add a Java module for kicking off Dataflow jobs (I understand that in order to do this I might need to venture beyond the GAE sandbox and delve into the Managed VM terrain...).
I couldn't find any examples or guides for building/managing Java & Python mixed module applications. Can anyone point me in the right direction? Can Python's YAML based configs be made to play nice w/ Java's appengine-web.xml configs?
Thank you in advance for taking a look!
-Andrei