Import the IDL interface

CORBA component interfaces must be defined using IDL. Your EAServer installation includes a predefined IDL file, JavaArithmetic.idl in the samples/tutorial/java-corba directory. The component interface has one method, multiply.

StepsImporting the IDL file

  1. If you haven’t already, start EAServer and connect to the preconfigured server with the Management Console as described in Chapter 1, “Getting Started,”in the System Administration Guide.

  2. In the Management Console, click the IDL Modules folder to display the IDL types in the EAServer repository. Right-click the IDL Modules folder and choose Deploy. The Deploy Wizard displays.

  3. Browse to the samples/tutorial/java-corba directory in your EAServer installation and select JavaArithmetic.idl.