Templet Execution Framework (TEF) - Introduction
One way to execute
Templets and handle a large number of them is provided by the MVC (Model-View-Controller) style
Templet Execution Framework (TEF).
It is especially designed for the build phase (not the runtime phase) of large applications.
- Model
- Models are custom representations of the Templets variable Parameters. They can be initialized from the
Generator.
- Templet (View)
- Templets are the output from TmplC that implements an extended Templet interface. They have to been registered
at the Generator.
- Generator (Controller)
- The Generator controls the output generation process.