Entry
How do I create servlets (like in Java) using Python?
Jul 2nd, 2000 22:15
Chuck Esterbrook, http://webware.sourceforge.net
Webware for Python (http://webware.sourceforge.net) includes a
component named WebKit that enables you to create Python servlets. The
WebKit AppServer will load, cache, run and flag errors for these
servlets, providing a high performance environment for web applications.
Webware also provides Python Server Pages (PSP) which are analagous to
Java Server Pages (JSP) and Active Server Pages (ASP). They allow you
to mix HTML and Python. PSPs are translated to servlets at load-time
and benefit from the same caching, monitoring, etc.