From: Jeff D. <js...@sy...> - 2001-07-03 01:44:23
|
Goodday, We are using Jython to provide scripting capability to a java based simulation tool at Nortel Networks (no, we're not dead). The simulation is of a CORBA client we us with our network management software. We have found the Jython intrepter to be somewhat of a magic bullet for our application. Fantastic work. A few questions: Is there any facility for JavaDoc style comments in the Jython source? As the rest of the application is in Java, combined with the fact that the Jython features are very external, means that we would like to be able to extract good documentation in a reasonable format. Do java threads started in Jython code run fully as normal java threads? Our application is highly multithreaded and runs on multi-cpu Sun hardware and needs full threading suppport from the JVM. Thanks. |