Example 3: Model Transformations

This example demonstrate how to write transformations.

The Transformation "Bean2InterfaceTransformation" creates an Interface for each bean. Another template "InterfaceTemplate" generates the interfaces for the Beans.

How to start the example?

To start the example-3 go into the root-Directory "example" and start

          ant example-3

This should generate the bean and a interface into the src/java folder.

How does this work?

To be continued. For the moment look to the examples directory and try code studies.