Skip to content

BrunoEberhard/minimal-j

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
ext
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Minimal-J

Java - but small.

frontends

Minimal-J applications are

  • Responsive to use on every device

  • Straight forward to specify and implement and therefore

  • Easy to plan and manage

Idea

Business applications tend to get complex and complicated. Minimal-J prevents this by setting clear rules how an application should behave and how it should be implemented.

Minimal applications may not always look the same. But the UI concepts never change. There are no surprises for the user.

Technical Features

  • Independent of the used UI technology. Implementations for Web / Mobile / Desktop.

  • ORM persistence layer for Maria DB or in memory DB. Transactions and Authorization supported.

  • Small: The minimalj.jar is still < 1MB

  • Very few dependencies

  • Applications can run standalone (like SpringBoot)

Documentation

Releases

  • Current released version: Latest Version

  • Development build status: Build Status