Working with Java Transformer Development

Step 1


Model

Most of the model values are filled in by default, it is optional to add dependencies.

There are two types of dependencies, both optional. Dependencies added in model will automatically be added to the transformer project.

  1. Server package documents, e.g. when there is a need for using a view in the transformer.
  2. Third party libraries, e.g. when there is a need to use third party that used from the transformer.

Note:   Note: You need to add the dependant server packages to the Application Server node and build, before they can be used in the transformer. Third party library specified in the model need to be at 'lib' folder of the transformer project root.

For more information on syntax see: Model Syntax for Transformer


Step 2


Initialize

Initialize transformer project for implementation and build by setup project dependencies.


Step 3


Test and Implement

Use Test Driven Development (TDD) to implement test and main transformer java files. A skeleton of these files will be generated based on the model in the previous step.


Step 4


Build

This step will run tests and build the resulting xml, this can then be deployed into the application server with Solution Manager.


Step 5


Show Result

This step will open the resulting xml in the editor window, as well as in the Files explorer window.

For a more detailed workflow see: Detailed Workflow for Java Transformer Development


This page is generated from IFS Developer Studio at 2021-08-13 08:48.