/
Use the "example" skeleton to create a new application
Use the "example" skeleton to create a new application
A quick way to create a DomUI application is to use the "skeleton" application inside the DomUI repository. This will give you a basic DomUI application that you can then alter and extend to your needs.
The skeleton application is a mostly empty DomUI web application but with most important parts wired:
- Config file management (to configure your application)
- Database configuration and upgrade (using Hibernate for persistence and Flyway for updating the database)
- Login and rights management
The skeleton app has three Maven subprojects to separate business code, UI code and web resources, and runs out of the box.
For details on how to use it, go to the github page for the skeleton app which contains detailed instructions.
, multiple selections available,
Related content
Creating a new DomUI application from scratch (using a Maven archetype)
Creating a new DomUI application from scratch (using a Maven archetype)
More like this
Welcome to DomUI
Welcome to DomUI
More like this
Getting started
Getting started
More like this
What is DomUI
What is DomUI
More like this
DomUI Github environment
DomUI Github environment
More like this
Developer view of DomUI
Developer view of DomUI
More like this