Why and when to perform this task
Use this task to generate the Interface Definition Language (IDL) files that specify the interface to an enterprise bean. You then can use the IDL to create client-side usage bindings for CORBA clients to use the EJB's interface. Complete this task only if you are developing a CORBA client that needs to access an enterprise bean.
Steps for this task
To generate IDL files for the com.ibm.ejb.samples.hello.Hello enterprise bean, you might use the following command:
rmic -idl com.ibm.ejb.samples.hello.Hello com.ibm.ejb.samples.hello.HelloHome
What to do next
You can use the IDL file to create the client-side usage bindings needed by a CORBA client, as described in Developing a CORBA C++ client.