HTML CORBA Client wizard

This is a feature of JBuilder Enterprise.

To use this wizard, select File|New. Choose the CORBA tab from the object gallery and select HTML CORBA Client. Click OK. To use this wizard, you must have an Interface Definition Language (IDL) file in the current project.

This wizard produces a JSP client application that provides input to a CORBA server.

This wizard generates the following files:

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 create the HTML CORBA client application.

Package

Displays the package name.

WebApp

The name of the WebApp you want to run the JSP file under. The JSP file will be placed in the WebApp directory.

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.