[Prévia] [Próxima] [Prévia por assunto] [Próxima por assunto]
[Índice cronológico] [Índice de assunto]

RE: RMI + CORBA = RMI-IIOP?



Sim, é por aí. Esta é uma outra soluçao interessante:

Previously, Java programmers had to choose between RMI and CORBA/IIOP (Java
IDL) for distributed programming solutions. Now, by adhering to a few
restrictions, RMI objects can use the IIOP protocol, and communicate with
CORBA objects. This solution is known as RMI-IIOP. RMI-IIOP combines RMI-style
ease of use with CORBA cross-language interoperability.

The RMI-IIOP software comes with a new rmic compiler that can generate IIOP
stubs and ties, and emit IDL.

----
Nunca vi ninguém usar, entao nao sei se na prática a coisa funciona bem.

Fabio.