Specifying the user component folder - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-29

The user component folder is the folder that contains the components you create and the ones you download from Talend community or the public archive on GitHub.

Note that you can develop custom components using the Talend Component Kit framework and share them on Talend community. For more information, see Developing a component using Talend Component Kit.

For more information about installing and updating a custom component, see How to install and update a custom component.

Procedure

  1. In the tree view of the Preferences dialog box, expand the Talend node and select Components.
  2. Enter the User component folder path or browse to the folder that contains the custom components to be added to the Palette of Talend Studio.

    In order to be imported to the Palette of Talend Studio, the custom components have to be in separate folders located at the root of the component folder you have defined.

    Note: If some pieces of code need to be reused by the javajet files of your custom components, you need to create a folder templates under the user component folder and put your reusable code there. For example, if there is a reusable code file Log4jFileUtil.javajet under the folder templates, you can reuse it in other javajet files by adding <%@ include file="../templates/Log4jFileUtil.javajet"%>.
  3. Click Apply to validate the preferences. You can also click Apply and Close to validate the preferences and close the dialog box.
    Talend Studio restarts and the external components are added to the Palette.

    This configuration is stored in the metadata of the workspace. If the workspace of Talend Studio changes, you have to reset this configuration again.