Sample IDL wizard

This is a feature of JBuilder Enterprise.

To use this wizard, select File|New and choose the CORBA tab. Select Sample IDL and click OK.

This wizard creates a simple IDL file that may be used to experiment with the various CORBA tools that take an IDL file as input. The name can easily be changed in the wizard and the content can be edited in the Source pane, making this an easy way to create an IDL file. The generated IDL file will consist of a module and an interface containing a single method that can be customized.

For more information on using IDL files, see "Exploring CORBA-based distributed applications in JBuilder" in the Distributed Application Developer's Guide.

Package

By default, the name of the project. This will determine where in the package hierarchy the IDL will be placed. It also becomes the -package parameter for idl2java.

File Name

By default, the IDL file is named sample1.idl. You can and should make the name of this file more descriptive of the type of application you are using it to create.