Stub classes allow you to instantiate local Java objects that act as proxies for an instance of the EAServer component. CORBA/Java clients require two types of stub files:
Java interfaces for types defined in CORBA IDL. To create these stubs, see “Generate Java interface files for IDL types”.
Implementation classes for the component proxy interfaces. If you run clients in a full JDK installation (rather than a JRE), EAServer generates these stubs on demand. You can manually generate them with the stub-compiler command. For details, see Chapter 12, “Command Line Tools,” in the System Administration Guide.
If you are using another ORB implementation class to connect to EAServer, you must export the IDL interface definitions, then use the vendor’s IDL compiler to generate stubs. See “Connecting to EAServer with a third-party client ORB” for more information.