You can generate server-side files with the CORBA wizard. Before generating any code:
To create a server file using the CORBA wizard:
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.
Select CORBA Naming Service and click Bind Content. In the CORBA Panel dialog box, type the name of the ORB source from where you are getting the naming service (for example, JDK), the kind of the naming service, and either the URL or IOR string for the naming service. For information on obtaining this information, see Starting the Naming Service Browser.
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 |