J2EE
The build descriptor option J2EE specifies whether a Java program is generated to run in a J2EE environment. Valid values are as follows:
- NO (the default)
- Generates a program that will not run in a J2EE environment. The program connects to databases directly, and the environment is defined by a properties file.
- YES
- Generates a program to run in a J2EE environment. The program connects to databases using a data source, and the environment is defined by a deployment descriptor.
When you generate a page handler, J2EE is always set to YES regardless of what is specified in this option.
Related concepts
EGL debugger
Related reference
Build descriptor options