Creating JET transformation projects

When you create a JET transformation project, you create a JET transformation.

About this task

To create a JET transformation project:

Procedure

  1. Select File > New > Project.
  2. Expand EMFT JET Transformations, click EMFT JET Project with Exemplar Authoring, and click Next.
    Tip: To filter the list of project wizards, in the Wizards field, type jet.
  3. On the New Project page, in the Project name field, specify a name for the JET project. Transformation project names often follow an inverted domain-naming schema, for example, com.ibm.simple.transformation.project.
  4. In the Location field, specify the destination of the JET project. By default, the JET project is created in the current workspace.
  5. Click Next.
  6. Optional: In the Exemplar scope pane, select one or more projects that contain the exemplar. Exemplar projects, also called exemplars, are examples of the application code that you want a JET transformation to generate.
  7. To specify a transformation input schema that exists in an Ecore file, complete the following steps:
    1. Select the Import existing input schema model from ecore file check box.
    2. In the Model file field, specify an existing Ecore file name.
    3. In the Root type field, specify an Eclass.
  8. Click Finish.

Feedback