Other Examples in Jython

DocumentationAndEducation

TableOfContents


Log4j

Apache Poi

PyServlet

See [http://seanmcgrath.blogspot.com/JythonWebAppTutorialPart1.html Sean McGrath's PyServlet Turorial] for an introduction. The simplest possible Jython servlet is:

{{{!python from javax.servlet.http import HttpServlet

class Simple(HttpServlet):

}}}