Jython TagLibs in JSP

Kenny MacLeod usenet.2.chasmcity at spamgourmet.com
Thu Jan 30 15:45:03 EST 2003


In article <6437096f.0301300906.6db26790 at posting.google.com>, 
tmoyer at talk.com says...
> I'm trying to write a JSP TagLib in Jython following the example from
> Jython for Java Programmers (pages 407-408).  It's being found by the
> app server (Orion in this case), but the methods aren't matching up
> correctly.  Anyone out there have any success doing this?

It's hard to comment without seeing some example code.  But Jython has 
fairly good type matching when it comes to passing objects back and 
forth between java and python code, although it can have trouble with 
overloaded methods.

kenny




More information about the Python-list mailing list