2.4 Servlet Spec Reviewed
Greg Wilkins writes "Core Developers Network have reviewed the good, the bad and the ugly of the 2.4 servlet specification being produced by JSR154
.
As well as introducing the new features, those that are missing in action are discussed. Also existing and newly added problems in the specification are presented."
Webware for Python lets you write servlets in Python. I'm using it for a project at work and I'm very pleased with it. My initial plan was to do the prototype in Python and switch to Java later, but the Python implementation works so well that it is now running in production.