Jython also has features that allow nearly transparent usage of existing Java code. Java packages can be imported into Jython as though they were Jython modules, and Java objects can be created using Jython object creation syntax. For the most part, you can use the Java objects in your Jython program exactly as though they were Jython objects
[^] # Re: Alternative
Posté par golum . En réponse au journal Java, .NET et les logiciels libres. Évalué à 1.
http://www.python.org/doc/2.4.1/modindex.html(...)
et ca
http://twistedmatrix.com/(...)
ou encore ca
http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/Appendi(...)
et si tu insistes tu as même ton api avec des structures de plus haut niveau
http://www.onjava.com/pub/a/onjava/2002/03/27/jython.html(...)