FX CodeGen Wiki
Compiles complex data models from drastically reduced syntax
Brought to you by:
fx89
The template project is usually made up of the following items.
The "src" directory
The "src" directory contains the templates which will be used for generating source code. The structure of this directory is not constrained but any standard.
The "builder-project.xml" file
This XML file defines the directory structure of the generated project, along with the files which should be generated within each directory, the generation method and the relative path to the template to be used.
The following class diagram represents the template project structural model