CORBA Server Interface Wizard

This is a feature of JBuilder Enterprise.

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

This dialog enables you to define and create a new Java CORBA server interface bean. Complete the method stubs and add the bean to an application to create a working CORBA server for that interface.

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 generate the CORBA server interface.

Package

Displays the package name for the generated file.

Class

Displays the default name assigned to the server class. This field will automatically update to provide a unique name when the interface is selected.

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.