You can generate client-side files with the CORBA template, ClientMain. Before creating the file, make sure the IDE is set up for the ORB product you want your CORBA programs to work with. You should set the Client Binding property for the ORB you are using so that the template generates the correct code templates in the client file.
To set the binding method:
While the property sheet is open, set the binding method for the Server by changing the Server Binding property in the same way.
To create a client file using the CORBA template:
The CORBA module creates a CORBA client source file, named Filename.java.
Once the file is created, you will need to add some basic information to complete the file.
See also | |
---|---|
Generating Client-Side
Files Using the CORBA Wizard
Completing Client-Side Files |