Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 818 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 818 Bytes

example-webapp-jboss-jdbc

A simple web application example to be deployed on Red Hat JBoss EAP, using the Holon JDBC Datastore as data access layer and the Holon Vaadin integration module for the UI layer.

This application is built using the Holon Platform's Spring Boot support, and can be both runned in stad-alone mode or deployed in a web application server.

To create the deployable war, you can run:

mvn clean install

The jboss-web.xml file can be edited to change the application context path.