python with Java API

Harry George harry.g.george at boeing.com
Tue Jun 15 09:27:20 EDT 2004


Brendan J Simon <BrendanSimon at fastmail.fm> writes:

> Hi,
> 
> I have a Java application from a company.  They also provide an API in
> C++ (MSW platforms only) and Java (for all platforms) for developers
> that want to create their own front end.  I want to use wxPython to
> create a decent Unix opensource frontend.
> 
> Is it possible to Interface python to a java application easily ???
> 
> Assuming yes to above, would something like Jython or SWIG or some other
> tool be required.
> 
> Any advice or pointers would be greatly appreciated.
> 
> Regards,
> Brendan Simon.

I've asked this before, and the consensus answer seems to be to wrap
the Java functionality (using Java) as an XMLRPC server.  Write the
Python to call it as needed.

-- 
harry.g.george at boeing.com
6-6M21 BCA CompArch Design Engineering
Phone: (425) 342-0007



More information about the Python-list mailing list