SkillAgentSearch skills...

Mateu

Open source library for building awesome web UIs using good plain java

Install / Use

/learn @miguelperezcolom/Mateu
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

@UI("")
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]

View on GitHub
GitHub Stars50
CategoryDevelopment
Updated12h ago
Forks13

Languages

JavaScript

Security Score

85/100

Audited on Apr 10, 2026

No findings