help regarding python and jsp

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

    #1

    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

  • Diez B. Roggisch

    #2
    Re: help regarding python and jsp

    chandrapsg@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
    >
    if a piece of code is availabe will be very helpful for me
    jsp is Java. Python is ... Python.


    There is Jython available, a python-interpreter running in a Java JVM. Go
    visit

    The Python runtime on the JVM


    to learn more about it.

    Diez

    Comment

    Working...