J2EE equivalent in Python

Hamish Lawson hamish_lawson at yahoo.co.uk
Fri Oct 12 14:14:03 EDT 2001


Robin Smith:

| Is there anything similar to J2EE for python?

Webware for Python (webware.sourceforge.net). It includes (in various
states of completion):

* A fast, easy-to-use application server 
* Servlets 
* Python Server Pages (similar to JSP)
* Object-relational mapper 
* Task scheduler 
* User manager with authentication 
* CGI wrapper 

Also check out the third-party links on the website. One particularly
interesting one is the Cheetah template engine. This is more tightly
focused on presentation than PSP (similar to the difference between
Velocity and JSP) and is due to become the standard template engine
for Webware.

Webware is probably the framework most like J2EE, but other frameworks
include Skunkweb, Twisted and, of course, Zope.

Hamish Lawson



More information about the Python-list mailing list