|
|
|
The reg-app is a JEE Application using the JEE8 standard. In order to run it needs a JEE8 capable application server. It is tested against the Wildfly application server. It may run on other application servers, but this is not tested and not supported. The application can be run in a docker environment, or run in application server as enterprise archive (ear).
|
|
|
|
The reg-app is a JEE Application using the JEE8 standard. In order to run it needs a JEE8 capable application server. It is tested against the Wildfly application server. It may run on other application servers, but this is not tested and not supported. The application can be run in a docker environment, or run in application server as enterprise archive (ear). Running the application in a docker environment ist the easeiest way to get started and running.
|
|
|
|
|
|
|
|
[Installing via Docker](/installation/Docker)
|
|
|
|
* [Installing via Docker](/installation/Docker)
|
|
|
|
* [Building the application](/installation/Build)
|
|
|
|
* [Preparing the database](/installation/Database)
|
|
|
|
* [Install/Configure the Wildfly application server](/installation/Appserver)
|
|
|
|
|
|
|
|
# Requiremtents
|
|
|
|
|
|
|
|
## Application Server
|
|
|
|
|
|
|
|
The reg-app is a JEE Application using the JEE6 standard. In order to run it needs a JEE6 capable application server. Some features (cluster singleton) are using special API from the JBoss/Wildfly Application Server. There is a possibility that the application will also run with other application servers, but this has not been tested yet. The cluster singleton feature will not run in an alternate environment, until there is a standard compliant way of having a singleton cluster-wide.
|
|
|
|
The reg-app is a JEE Application using the JEE8 standard. In order to run it needs a JEE8 capable application server. Some features (cluster singleton) are using special API from the Wildfly Application Server. There is a possibility that the application will also run with other application servers, but this has not been tested yet. The cluster singleton feature will not run in an alternate environment, until there is a standard compliant way of having a singleton cluster-wide.
|
|
|
|
|
|
|
|
## Database
|
|
|
|
|
| ... | ... | @@ -14,11 +17,11 @@ As a database for the application, any database which is compliant to the JPA pr |
|
|
|
|
|
|
|
# Installation
|
|
|
|
|
|
|
|
[JBoss/Wildfly Application Server](Appserver)
|
|
|
|
[JBoss/Wildfly Application Server](/installation/Appserver)
|
|
|
|
|
|
|
|
# Building the application
|
|
|
|
|
|
|
|
[Building reg-app with maven](Build)
|
|
|
|
[Building reg-app with maven](/installation/Build)
|
|
|
|
|
|
|
|
# Deploying the application
|
|
|
|
|
| ... | ... | |
| ... | ... | |