--- old/src/share/classes/org/omg/CORBA/doc-files/generatedfiles.html Sun Feb 23 14:53:42 2014 +++ new/src/share/classes/org/omg/CORBA/doc-files/generatedfiles.html Sun Feb 23 14:53:42 2014 @@ -8,7 +8,7 @@

IDL-to-Java Generated Files

-

The files that are generated by the IDL-to-Java compiler, in accordance with the IDL-to-Java Language Mapping Specification, which is implemented in JavaTM SE 6 according the compliance document. +

The files that are generated by the IDL-to-Java compiler, in accordance with the IDL-to-Java Language Mapping Specification, which is implemented in JavaTM SE 6 according the compliance document.

In general IDL names and identifiers are mapped to Java names and identifiers with no change. Because of the nature of the Java language, a single IDL construct may be mapped to several (differently named) Java constructs. The additional names are constructed by appending a descriptive suffix. For example, the IDL interface foo is mapped to the Java interfaces foo and fooOperations, and additional Java classes fooHelper, fooHolder, fooPOA, and optionally fooPOATie.