I'm a bit confused as to when
you should use
Java IDL and RMI/IIOP.
My understanding is that:
you should use Java IDL when you wish to access a CORBA server
you should use RMI/IIOP in an
EJB application server when you wish to service requests froma CORBA server.
Is this correct? Can't RMI/IIOP access a CORBA server as well?
Any cleaing up of the distinction between Java IDL and RMI/IIOP would be greatly appreciated.
Thanks
Peter