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 Plugin 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 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 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 does not display an error because TIBCO Business Studio resolves those packages from the configured JRE. If you then deploy the application without the declaration in the manifest, the application will not run. Hence, you must ensure that you import javax.xml or org.ietf.jgss packages in the manifest file.