Specifying Java package mappings for IDL modules

If an IDL module contains datatypes and interfaces (and not just nested modules), EAServer Java classes for the datatypes in a Java package derived from the IDL module name. For example, for IDL types in module foo::bar, the CORBA Java types are in Java package foo.bar, and EJB equivalents are in Java package foo.bar.ejb.

You can override the default Java package name using one of these techniques: