"Mage" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thank you, I will check this out. My company will switch to a jsp site. > Isn't jython slower (I mean performance) than java? As well as I > understand jython code will be interpreted twice.
I believe only in the sense that Java is interpreted twice: once to compile to Java bytecode and again, as often as you want, to run the bytecode (assuming that it is kept around, just as .pyc files are). tjr -- http://mail.python.org/mailman/listinfo/python-list