Connecting to third-party ORBs using the EAServer client 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 Manager, as described in “Importing existing IDL modules”.

  2. Generate stubs for each imported module using EAServer Manager, as described in “Generating Java stubs in EAServer Manager”. You must generate stubs for each module individually.

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