CORBA Client Interface wizard

This is a feature of JBuilder Enterprise.

To use this wizard, select File|New and select the CORBA tab of the object gallery. Select CORBA Client Interface and click OK. To use this wizard, you must have an Interface Definition Language (IDL) file in the current project.

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 the Distributed Application Developer's Guide.

IDL File

Select an IDL file in 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.

Generate Header Comments

Uses information from the project file as header comments at the top of the class file. This is the information entered in the Project wizard when creating the project file.

OK

Select OK to generate the file.