CORBA Server Application Wizard

This is a feature of JBuilder Enterprise.

To open this wizard, choose File|New, select the Enterprise tab of the Object Gallery, then select the CORBA Server Application. To use this wizard, you must have an Interface Definition Language (IDL) file.

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 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 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. Unselect the option to create a server that is not visible in the running application.

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.