Java Files for CORBA Programs

The CORBA module provides a CORBA wizard and several CORBA templates. You can use either tool to generate Java source files (.java files) for the different parts of CORBA programs. The type of program you are writing determines which files you need.

IDL Files

You always need an interface definition language (IDL) file, which defines the interface of a CORBA server. The CORBA module lets you use an existing IDL file or write your own.

The CORBA template enables you to create either a blank IDL file that you can complete in the IDE's editing window or one that you can add elements to using the IDL wizard. It enables you to add IDL elements in correct IDL syntax.

Client-Side Files

The files you need for a client-side program are:

If you are writing a client program to access an existing CORBA server, you need a copy of the IDL file that the server developer wrote.

Server-Side Files

The files you need for a server-side program are:

If you are using the CORBA templates, you should generate and complete your IDL file before generating the other server-side files. If chose the Empty IDL template, you can use the New From Template wizard to write the IDL file. If chose the Simple IDL template, you can complete the IDL file manually in the Source Editor.

See also
Using the CORBA Module
CORBA Basics

Legal Notices