Manage bundled resources

The primary purpose of this service is to allow an application publisher to build an application including a custom Java archive (WAR or JAR).

Other uses of this service include embedding configuration data for the Platform 6 service Tables as .csv or .xls files for example.

The Install and Uninstall scripts of the service Applications will use this service to deploy/un-deploy bundled resources and process the resource content as required.

Note

A Groovy DSL called bundled is available for use from these scripts.

View the bundled resources

The user interface will present the user with a list of bundled resources.

List of available bundled resources

Edit a bundled resource

Double-clicking on a row will give access to the bundled resources details form.

A bundled resource will have a target where it can be deployed and un-deployed under the control of this service (i.e. via the application scripts DSL).

A bundled resources's details

The target roots available are:

  • ${B2BOX_DATA}
  • ${TMP}

Additional properties associated with each bundled resource provide the processing scripts additional information.