j2ee

When you generate Java™ code, the j2ee build descriptor option specifies whether the Java code is generated to run in a J2EE environment.

When you generate a JSF handler, 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.

Values

NO (the default value)
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.

Feedback