Need help understanding why I would use rmi-iiop in an ejb-to-corba solution but in a pojo-to-corba solution I would use idl...
Is it as simple as the fact that an
ejb container implements rmi and does idl generation for you? If so, how does it know what ORB type to implement?
I am confused...
I have looked in the CORBA spec, on the
java tutorials for both idl and rmi and read cade's book on the subject...no love
