Creating JET transformations
By authoring Java Emitter Templates (JET) transformations,
you can quickly create template-based model-to-text transformations.
By using JET tools, you can generate files from a model by using templates,
which contain text and JET commands, which are also called tags. Learn
about JET syntax and transformation structure, transforming models
into text using JET transformations, and the compatibility of Design
Pattern Toolkit (DPTK) tags and JET tags.
About this task
Note: If you use the hot method replace feature, also called hot code replace, when you debug
compiled JET templates, you can enforce stricter error checking during hot method replacement:
- Open the launch configuration for the runtime environment.
- On the Arguments page, in the VM arguments field, add the -Xfuture parameter.
IBM® Redbooks®: Strategic Reuse with Asset-Based Development. Chapter 17 focuses on JET and model-to-text pattern implementations.