help regarding python and jsp

Ant antroy at gmail.com
Mon Feb 26 03:51:56 EST 2007


On Feb 26, 6:41 am, chandra... at gmail.com wrote:
> Hi,
> i am working with jsp ..
> i wanna help regarding how to import or how to call  python modules to
> jsp

You are aware that JSP's are a Java technology, and not Python. And
that they are a templating language in themselves. And that scriptlets
(Java code inside of a JSP) have not been regarded as good practice
for years now, and that would be the only way of getting Python code
inside a JSP (using an ugly hack such as creating a Jython engine and
writing the python as strings to be eval'ed)

So what is it that you are trying to do exactly here?

--
Ant.




More information about the Python-list mailing list