help regarding python and jsp

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • chandrapsg@gmail.com

    help regarding python and jsp

    Hi,
    i am working with jsp ..
    i wanna help regarding how to import or how to call python modules to
    jsp

    if a piece of code is availabe will be very helpful for me



    chandra

  • Ant

    #2
    Re: help regarding python and jsp

    On Feb 26, 6:41 am, chandra...@gmai l.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.

    Comment

    Working...