miguelperezcolom / mateu

Open source framework for Model Driven Development (MDD)

Home Page:https://miguelperezcolom.github.io/mateu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mateu

Mateu 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.

In essence, with Mateu

@MateuUI("")
public class DemoApp {

    @MenuOption
    private BasicFieldsForm basicFields;

    @Submenu
    private FormsSubmenu forms;

    @Submenu
    private CollectionsSubmenu collections;

    @Submenu
    private RefsSubmenu refs;

    @Submenu("Some cruds")
    private CrudsSubmenu cruds;

    @Submenu("NFL")
    private NFLSubmenu nfl;

    @Submenu("Star Wars")
    private SWSubmenu sw;

}

becomes

Mateu

So, you define your whole application by using plain java clases. From the application structure and menus to any UI custom component.

It can't be easier. I hope you like it ;)

Read the user manual

Please go to [https://github.com/miguelperezcolom/mateu-mdd/wiki]

About

Open source framework for Model Driven Development (MDD)

https://miguelperezcolom.github.io/mateu/

License:Other


Languages

Language:Java 64.8%Language:TypeScript 31.1%Language:FreeMarker 1.8%Language:XSLT 1.0%Language:JavaScript 0.8%Language:HTML 0.5%Language:CSS 0.1%