Generated Code

TIBCO ActiveMatrix BusinessWorks Plug-in Development Kit is a tool for generating a code template of a BusinessWorks plug-in.

The following folders are generated for a created plug-in:

  • The doc folder contains a documentation template generated according to the created palette and activity. You can update this template and use it as the online help for the created activities. See Creating Documentation for more details.
  • The ePass folder contains the bwce runtime zip file for the plug-in which you have created.
  • The exportedFeatures folder contains the bundles that the newly added source build produces.
    Note: These files can be used for troubleshooting purposes only.
  • The p2Installer folder contains the actual installable site.
  • The palette folder contains the generated design, model, and runtime bundles. BusinessWorks Plug-in Development Kit also generates a Java file corresponding to each created activity. Each Java file contains a class where you can add your business logic. See Plug-in Bundles for more details.
  • The bw6-devkit_configuration.properties file contains plug-in project-related information. This file is required when editing a plug-in and generating an installer.