JAVA - Python bridge

Gerhard Häring gerhard.nospam at bigfoot.de
Sat May 5 01:59:16 EDT 2001


On Thu, 3 May 2001 15:35:25 +0100, Neil Benn wrote:
>Hello,
>
>            I've been looking at python as a scripting language to call from
>java.  I initially started looking at Jython but the problem is that Jython
>runs in the JVM and I miss out a lot of functionality that python has
>(especially PythonCOM).
>    Next I looked at JPE (Java-Python Extension) which seemed to work as a
>good bridge but I can't get to it compile!  I also looked at JPI but there's
>not a lot of information on that.
>
>    My question is, does anybody know of a java - python bridge that has
>been written and I can take advantage of.
>
>    All suggestions welcome, including weird and wacky!!

JPE looks very promising to me. Hopefully the main developer will get enough
resources to pursue this project. I think it would could be the best thing
since sliced bread. For Python. And Java, of course ;-)

I have never heard of JPI, so my suggestion is trying to be patient while JPE
gets along. If I find a little time, I will try to look into JNI and friends on
Linux and perhaps I can fix the bugs it has on Linux. If you and me and a few
more people throw in a few hours worth of effort, maybe we can speed up the
development a bit.

I hope I find a little time, for now I have to reimplement Python's
SocketServer module in Java for work and at Monday I have to turn in the Java
lab project at uni. Yawn!

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://highqualdev.com              public key at homepage
public key fingerprint: DEC1 1D02 5743 1159 CD20  A4B6 7B22 6575 86AB 43C0
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))



More information about the Python-list mailing list