jython servlet vs. JSP
Brian Zhou
brian_zhou at agilentNOSPAM.com
Sun Apr 22 13:57:13 EDT 2001
This article http://www.servlets.com/soapbox/problems-jsp.html is from the
author of "Java Servlet Programming".
I really enjoy using jython servlet so far, there's nothing you can do in
JSP that you can't in jython servlet. It inherits all the features of Java
servlet, without the problems of JSP. To top it all, you can use python
syntax and modules (list, hash & re just to name a few) when writing
servlet!
Here is a small wiki setup for people interested:
http://jywiki.sourceforge.net/index.php?JythonServlet
and some wiki entry pages:
http://jywiki.sourceforge.net/index.php?JythonServletXmlc this is my
favorite approach for clear separation of presentation and logic.
http://jywiki.sourceforge.net/index.php?JythonServletJdbc
http://jywiki.sourceforge.net/index.php?JythonServletImaging
http://jywiki.sourceforge.net/index.php?JyWiki
Cheers,
/bzhou
More information about the Python-list
mailing list