Bill and All, I look at some documentation at jython homepage but i don't see any example that allow you to use python code in Java. So does it mean you cannot implement servlet or jsp or any other java app?
Jim Yingst
Wanderer
Sheriff
Joined: Jan 30, 2000
Posts: 18670
posted
0
Elsewhere I've pointed out that examples of calling Python from Java can be found here and here. I see that there's a class called PyServlet which seems to allow you to work with servlets in Jython. Never done it myself - but at least these are some places to start for you.
"I'm not back." - Bill Harding, Twister
Robert W Bill
Author
Greenhorn
Joined: Apr 08, 2002
Posts: 21
posted
0
Jim beat me to the links, but I did want to point out that PyServlet is a great example of proper embedding of Jython as well as a great way to develop servlets.