Calling Java Code from CPython (1.5.2 or 2.0)

Ng Pheng Siong ngps at madcap.dyndns.org
Thu Jan 18 10:16:39 EST 2001


According to Keith Ray  <k1e2i3t4h5r6a7y at 1m2a3c4.5c6o7m>:
> I could also imagine a CPython module using JNI functions and Java 
> reflection to do a more general-purpose bridge for python. Create python 
> objects that are bridges to java objects. Forwarding python method calls 
> to the java objects, converting basic CPython types into Java 
> equivalents for argument passing...

Take a look at Inter-Language Unification (ILU):

    ftp://ftp.parc.xerox.com/pub/ilu/ilu.html


-- 
Ng Pheng Siong <ngps at post1.com> * http://www.post1.com/home/ngps




More information about the Python-list mailing list