Generating Server-Side Files With the CORBA Wizard

You can generate server-side files with the CORBA wizard. Before generating any code:

To create a server file using the CORBA wizard:

  1. From the main window, choose Tools CORBA Wizard to open the CORBA wizard.
  2. Select the IDL file on which your client program will be based and click Next.

    The Select Source IDL File pane displays the Filesystem hierarchy in your current session of the IDE. Expand the package you want and select the desired IDL.

  3. Indicate which files the wizard should generate and click Next.
  4. Select an ORB implementation version and a binding method. Click Next.
  5. Select a root interface if you want an interface other than the preselected one shown. Click Next.
  6. Specify binding detail information (based on your selection of an ORB's binding method).
  7. Click Finish to begin code generation.

    Java source files named nameServer and nameImpl are generated. For example, if you specified hello.idl as your IDL file, the wizard creates two .java files named helloServer.java and helloImpl.java.

See also
Generating an IDL File
Generating Server-Side Files Using the CORBA Template
The Interface Repository Browser
Completing Generated CORBA Files

Legal Notices