Engine: The true controller
The Engines
The engines are responsible for rendering the model to the target UI technology. This section describes how the engine are linked to the model and the UI. In order to highlight the Engine behaviour we will take the SWT example with a special focus on the Text widget, from the model to the SWT Text widget.
Project Architecture
The Engines projects are segmented exactly as the models are, the project org.wazaabi.engine.core contains the common engine behaviour for all target UIs, while org.wazaabi.engine.SWT contains the real implementation of the edit parts for the SWT target.
