Overview of Java output

When you generate Java™ source code and the generation mode is “main part and its associates,” EGL produces a class and a file for main parts, for delegates, and for each record that is declared either in the part itself or in any function that is invoked directly or indirectly by the part. As suggested in “Generation mode,” form groups, data tables, and Java wrappers are generated only if the related build descriptor options are set appropriately.

When you generate a library part, the output is a Java class. The name of the class is the part alias, or the part name if no alias is specified, but EGL makes character substitutions as described in the topic "How Java names are aliased."

For more information on JSF handlers or other handler parts, see the topic "JSF handler" and other related topics in the EGL Language Reference.


Feedback