WCC Application Launch Fragment

When a WCC application is created in General Interface Builder, a launch fragment is created that is used to launch your custom application.

This launch fragment is located as follows:

StudioHome\wcc\version\WCCProjectName.html

where:

  • StudioHome is the directory in which TIBCO Business Studio was installed.
  • version is the version number of Workspace that was installed with TIBCO Business Studio.
  • WCCProjectName is the name of the General Interface Builder project that contains your custom application. If you are working with the Workspace application, this is “workspace”.

For example, if you create a custom application called “Accounts”, an Accounts.html file is created in your workspace directory. Executing this file starts the custom application.

For more information about launching WCC applications, see Launching a WCC Application.