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."

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.



Define CORBA server application configuration

This step allows you to create a new runtime configuration to use for running the CORBA Server Application. See "Setting runtime configurations" in Building Applications with JBuilder.

Create A Runtime Configuration

Indicates whether to create a new runtime configuration for running the CORBA Server Application. If no configurations of this type exist yet for this project, this option will be checked by default. Otherwise, it is unchecked by default.

Name

Indicates the name for the new runtime configuration. The default name is the same as the CORBA Server Application name. This field is only enabled if Create A Runtime Configuration is checked.

Base Configuration

Presents a list of other runtime configurations of the same type in the project from which you can choose to use as a template for creating this runtime configuration.

Finish

Create the Java server application and runtime configuration. See the generated file <module name>AppGenFileList.html for files that are generated, and a description of each.