Re: How can I convert from CORBA to EJB?
Posted By:
Anonymous
Posted On:
Saturday, July 21, 2001 05:31 AM
As we know, Corba supports IIOP protocol whereas EJB is J2EE compliant & hence follows RMI protocol. If EJB calls are to be made in Corba environment then we need to built Orb servers to support it. Sometimes we might even need to do tunneling to navigate our calls.
Re: How can I convert from CORBA to EJB?
Posted By:
Shaun_Childers
Posted On:
Wednesday, March 21, 2001 09:49 AM
Can you be more specific in terms of what different applications and what language they are programmed in, do they reside on the same server, etc?