Code Generation Details Dialog

Refer to this table when generating a WebApp component implementation.

Field Description
Project

The name of the web application project to contain the implementation.

Default:

  • For WTP: "WebApp" + <name of composite>.
  • For plug-in project: "com.webapp" + <name of composite in lower case>.
Source Location

The name of the source folder in the plug-in project.

Default: src.

Package The name of the package of the implementation.
Class

The name of the class of the implementation.

Default: The name of the component is the default class name.

Use default location for generated superclass Default: checked.
Superclass package The name of the package of the abstract superclass of the implementation class.
Superclass class

The name of the abstract superclass of the implementation class.

Default: Abstract<WebappComponentName>.

Note: Normally, if you import packages and do not add them to the manifest, TIBCO Business Studio - BPM Edition displays an error. However, if you import any of the javax.xml.* or org.ietf.jgss packages and do not declare the import in the manifest, TIBCO Business Studio - BPM Edition does not display an error because TIBCO Business Studio - BPM Edition resolves those packages from the configured JRE. If you then deploy the application without the declaration in the manifest, the application does not run. Hence, you must ensure that you import javax.xml or org.ietf.jgss packages in the manifest file.