Invoking EJB components from CORBA/C++ clients

CORBA C++ clients can instantiate an EJB component using a proxy for the EJB component’s home interface, then call business methods using a proxy for the EJB component’s remote interface.

For details on the C++/CORBA client interface, see Chapter 9, “Developing CORBA/C++ Clients,” in the CORBA Components Guide.