Python <-> Java RMI
Diez B. Roggisch
nospam-deets at web.de
Mon Oct 20 05:47:36 EDT 2003
Hi,
> is there a possibility to connect to RMI Middleware from Python or
> alternativ to Java?
As Alex mentioned, jython works (very well, indeed). However, all
standarized RPC methods should work. For example SOAP and CORBA (fnorb is
usable for python, but I didn't check that out for 2 years now).
AFAIK RMI and CORBA want to converge, so maybe there is a slim chance of RMI
exposed services beeing callable by CORBA-clients, and thus python. But I
wouldn't bet on that.
Diez
More information about the Python-list
mailing list