Generated output (reference)
The output of EGL generation largely depends on whether you are generating Java, or a Java wrapper. The next table shows the file names of generated output that do not come from a specific EGL part.
Output type File name Build plan aliasBuildPlan.xml Enterprise JavaBean (EJB) session bean aliasEJBHome.java for the home interface, aliasEJB.java for the remote bean interface, and aliasEJBBean.java for the bean implementation J2EE environment file alias-env.txt Program properties file alias.properties Results file alias_Results_timeStamp.xml
- alias
- The alias, if any, that is specified in the program part. If the alias is not specified, the name of the program part is used but is truncated (if necessary) to the maximum number of characters allowed in the run-time environment.
Other characteristics of alias are determined by the kind of output:
- If you are generating a Java program, the case of each letter in alias is taken without change from the source code
- If you are generating a Java wrapper, the rules for naming the wrapper and EJB session bean are as follows:
- The first letter in alias is uppercase
- Every subsequent letter is lower case, with this exception: any underscore or hyphen is eliminated, and the subsequent letter is uppercase
- timeStamp
- The date and time when the file was created. The format reflects the settings on the development operating system.
For details on file names, see the appropriate reference topic:
Related concepts
Build plan
Enterprise JavaBean (EJB) session bean
Generated output
Generation
J2EE environment file
Program properties file
Results file
Related reference
Output of Java program generation
Output of Java wrapper generation