Mateu MDD
Mateu MDD is a framework for creating awesome responsive web applications from java at speed of light, and it's main target is to allow you to do it with the minimum lines of code.
For achieving this goal, Mateu MDD provides
- a set of abstract classes and interfaces for defining your app
- Model Driven Development (aka MDD) utilities
- and the power of the Vaadin framework
So, you define your whole application by using plain java clases. From the application structure and menus to any UI custom component.
The true power of this approach comes up when you compose or extend existing appications just by using java inheritance, polimorphism and the maven dependency mechanism, or when you want to customize the styles or add your custom components with Vaadin.
I hope you like it ;)
Read the user manual
Please go to [https://github.com/miguelperezcolom/mateu-mdd/wiki]