Design-Time Bundle
The design-time bundle contains the code related to activity configurations.
Open the parent TIBCO Business Studio configured with the running platform, and then expand the design-time bundle in the Project Explorer view, the following files and folders are displayed:
| Folders and Files | Description |
|---|---|
| src | Contains the source code of the design-time configurations.
A palette package is created, which contains the following Java files:
Besides, a separate package is created corresponding to each activity. Each activity package contains the following Java files:
|
| icons | Contains the palette icon to be displayed in the Palette view. |
| META-INF | Contains a MANIFEST.MF file that provides information regarding the plug-in bundle and package. |
| schema | Contains the input, output, and fault schema files of each activity. |
| plugin.xml | Describes how the plug-in extends the platform, what extensions you can use, and how the plug-in implements its functionality. |