All things JythonicA blog tracking jython developmentsA WSGI server for jython 2.1- December 3, 2004 Modjy is an implementation of a WSGI compliant gatewayserver for jython, built on J2EE servlets. Python Web Server Gateway Interface, as specified in Python Enhancement Proposal 333, is a proposal for a "simple and universal interface between web servers and python web applications or frameworks".http://www.xhaus.com/modjy/ Jython Webapp Tutorial - Part 1 - Writing Servlets in Jython- December 3, 2004 Here is a tutorial on setting up and building Jython webapps. Quick Contents: Installing Jython Installing Apache Tomcat Configuring Tomcat to run Jython Servlets Running Jython Servlets from the command line Accessing the Jython library Looks good and there is more coming. Here is the overal direction the effort is taking: Part 1 - Writing Servlets with Jython Part 2 - Process XML with the Xerces and Xalan libraries from Jython Part 3 - JMS Messaging from Jython with...http://seanmcgrath.blogspot.com/JythonWebAppTutorialPart1.html |