Connecting to third-party ORBs using the EAServer ORB

You can use the EAServer client-side ORB to execute components hosted by another vendor’s server-side ORB, as long as the server-side ORB accepts IIOP connections and the required interfaces are defined in standard CORBA IDL.

StepsImplement your client as follows:

  1. Import all the required IDL modules into EAServer, as described in “Managing IDL in EAServer”.

  2. Generate stubs for each imported module, as described in “Generating Java stubs”.

  3. Implement code to connect to the third-party server and instantiate components, following the vendor’ s documentation.