What's Wazaabi ?
Wazaabi is an open source framework for declarative live UI-model. In this term two different concepts are included.
- The declarative UI, means that Wazaabi enables the designer to describe the UI declaratively.
- Model means that the declaration build an instance of a model of the GUI. A model is a conceptual representation of the UI.
- Live model means that we do not generate code from the Model as it is usually the case with the MDA approach. In Wazaabi the UI is a running instance of the model and an engine is responsible for rendering the model in the target UI technology (SWT, SWING, JSF, etc.)
