Once you have created your extension, simply define the resources that your extension requires. The resources of your extension are displayed in the Resources tree.

All these resources are packed in the xif file when the extension is saved.

The resources can be added implicitly by Integration Studio; or you can add any file as a resource of your extension. For example, icons associated with the extension actions or help files that must be available for Service Studio developers.

When creating a new extension or updating the extension source code, Integration Studio implicitly adds the source files as resources, which are generated based on the template files. For more information, see About Extension Source Files.

How to add a resource:

  1. Copy the file you want to add to the resources directory. Once the file is copied, the status of the resource, in the Resources tree, is Excluded.

To determine the resources directory, right-click in the Resources icon and select the Open option.

  1. Right-click on this file and select the Include in Extension option. Once the file is added as resource, the status is Included.

  1. Specify the following properties:

    • Name: name of the resource.

    • Last Modified: Read-only property that indicates the date and time when the resource was last modified since the last save.

    • Deploy Action: indicates where, in the Platform Server, the resource is stored when the eSpace that added the extension is published.

    • Description: description of the resource.

The Resource editor allows you to later change the resource properties.

See Also

Resource Editor | About an Extension | Resources Tree