This is a feature of JBuilder Enterprise.
To use this wizard, select File|New. Select the CORBA tab, choose CORBA Server Interface and click OK. To use this wizard, you must have an Interface Definition Language (IDL) file in the current project.
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 the Distributed Application Developer's Guide.
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 generate the CORBA server interface.
Displays the package name for the generated file.
Displays the default name assigned to the server class. This field will automatically update to provide a unique name when the interface is selected.
When an IDL file is selected, a list of interfaces associated with the IDL file is provided here. Select the interface to use.
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.
Select OK to generate the file.