PyWPS as Java Servlet
January 29, 2010 – 10:49 amPyWPS is now able to run as Java Servlet within Tomcat. It is possible to access Java objects from PyWPS and to access PyWPS methods from Java. How this is possible? Several steps have been provided, to get it working. And the main one is, that PyWPS runs with Jython as interpreter. My feeling is, that is is not Python anymore, but Java with Pythonish syntax. Anyway, it looks like little magic to me, but seems to be working. Documentation will follow soon.
