Talking to Java from Python?

Dave Kuhlman dkuhlman at rexx.com
Thu May 2 12:40:19 EDT 2002


Look at:

    http://jpe.sourceforge.net/

  - Dave

Etienne Labuschagne wrote:

> Hi there,
> 
> This may sound stupid, but is it possible to create a "bridge"
> .dll between
> Python and Java code?  I am thinking of something that can be
> imported by Python and also by Java (using maybe JNI?) and so be
> able to get the two to
> talk to each other.  I know about Jython, but that is sometimes
> not the solution.
> 
> I know one can use sockets or something like XML-RPC or Soap to
> get the two to communicate, but I am hoping for something more
> along the lines above.
> 
> Regards
> Etienne

-- 
Dave Kuhlman
dkuhlman at rexx.com
http://www.rexx.com/~dkuhlman




More information about the Python-list mailing list