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 PageHandler, J2EE is always set to YES regardless of
what is specified in this option. When you generate a Java program
of type VGWebTransaction, J2EE is always set to NO regardless of what is specified
in this option.