Exporting a deployable JET transformation

You can export a deployable JET transformation. JET provides a mechanism for packaging a transformation into a Java Archive (JAR) file. Design Pattern Toolkit (DPTK) provides a similar command, Export Pattern to Zip file.
To export a deployable JET transformation:
  1. In the Project Explorer view, right-click the JET project to export and click Export.
  2. In the Select an export destination field, type deploy to filter the choices, and then click Deployable plug-ins and fragments.

    The Export Wizard with deploy as a filter

  3. Click Next.
  4. Select your JET transformation project in the Available plug-ins and fragments list.
  5. Click the Directory radio button on the Destination page.
  6. Click Browse and navigate to the export directory.

    Exporting a JET transformation as a Deployable Plug-in

  7. On the Options page, verify that Package plug-ins as individual JAR archives is selected.

    Defining the exported plug-in as a JAR file

  8. Click Finish.
The JAR file will be placed in the plug-ins subdirectory of the selected export directory.

Feedback