CORBA Server Application wizard

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.

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 generate the Java server application.

Package

Displays the base package name for the generated application.

Generate Visible Application With Monitor

Select this option to enable the server to run as a visible application with a log and counter.

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 create the Java server application. See the generated file <module name>AppGenFileList.html for files that are generated, and a description of each.