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.
Some specific questions: - is this indeed possible? - how do you configure the java module? In the python yaml configuration, there's no app-level list of modules that you have to supply, but there is in the java xml configuration. - how would I go about developing the java module? is it possible to run this setup on a development server, and if so would it be the python or java one? - would I have develop a whole java app, with a stub default module, or could I just do a module on its own? Any answers to these questions, or to other questions that I don't even know enough to ask, welcome! -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
