possible to pass python objects into java without jython?

Diez B. Roggisch deetsNOSPAM at web.de
Tue Nov 9 18:50:24 EST 2004


> How can I get Java to call pA.A function and then receives the object it
> returns? I am considering SOAP or CORBA, but just wondering if there is
> any other ways without resorting to network or socket programming, since
> all modules are on the same machine?

You have to use _some_ sort of inter process communication - that IPC
usually allows for network transparency is a nice sideeffect. 

I personally didn't work with them, but maybe some of these are helping you:

http://www.freenet.org.nz/python/spiro/
http://sourceforge.net/projects/jpe


-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list