CORBA Client Interface Wizard

This is a feature of JBuilder Enterprise.

To use this wizard, select File|New. Select the Enterprise tab. Select CORBA Client Interface. To use this wizard, you must have an Interface Definition Language (IDL) file.

Use this wizard to produce a layer over idl2java-generated code such that a client application can easily invoke the interface methods of a running CORBA server. Fill in the following fields to define and create a new CORBA Interface Bean. You will be able to invoke methods in this bean which will be executed on a CORBA Server when you are connected to an Object Request Broker (ORB).

For more information on creating a CORBA application in JBuilder, see "Exploring CORBA-based distributed applications in JBuilder" in Distributed Application Developer's Guide.

IDL File

Select an IDL file from the current project from the drop-down list, or select the ellipsis to browse to the IDL file to be used to create the CORBA interface bean.

Package

Displays the package name for the generated file.

Class

A file will be created with this name and a JAVA extension to define the interface.

Interface

When an IDL file is selected, a list of interfaces associated with the IDL file is provided here. Select the interface to use.

OK

Select OK to generate the file.