This is a feature of JBuilder Enterprise.
To open this wizard, choose File|New, select the CORBA tab of the object gallery, then select the CORBA Server Application. To use this wizard, you must have an Interface Definition Language (IDL) file in the current project.
This wizard produces an application that provides a complete default implementation for a CORBA server. Enter the following information to create and define a new Java server application.
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 Java server application.
Displays the base package name for the generated application.
Select this option to enable the server to run as a visible application with a log and counter.
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 create the Java server application. See the generated file <module name>AppGenFileList.html
for files that are generated, and a description of each.