Alan G wrote:
> Currently learning JSP with the aid of the NetBeans IDE...
> Next step: integrating Jython with JSP and NetBeans... :-)

It's very easy to write a servlet in Jython, Jython ships with Java wrapper 
class that will load a Jython servlet and delegate to it. A nice dynamic way to 
develop a web site is to use Jython servlets as controllers and your favorite 
template engine (I like Velocity) for the views. Should work with a type-2 JSP 
setup as well. And some of the Java web frameworks have done some work to allow 
actions to be written in Jython.

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to