possible to pass python objects into java without jython?

Mike Meyer mwm at mired.org
Tue Nov 9 11:36:32 EST 2004


Maurice Ling <mauriceling at acm.org> writes:

> Hi,
>
> I have read that this had been asked before but there's no
> satisfactory replies then.
>
> I have a module (pA) written in python, which originally is called by
> another python module (pB), and passes a python object (pO) to pB. Now
> I require pA to be called in a java class (jC) and pass pO into jC. As
> pA uses non-python modules, I am not able to use Jython on this.
>
> Are there any way out in this?

CORBA.

        <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list