Can I use Python code in Java on App Engine? What I mean is I am using Java to develop my App Engine cloud, but I need to include some Python code in it. How might I do that?
Why?
I need to Generate Dynamic Content using Jinja2. There is no equivalent in Java. So I was hoping to be able to just do it in Python and include it in my Java code.