You can find the project status here.
Day Book written on JavaEE/ThornTail with PrimeFaces.
Start.
In the project directory, you can build by:
Builds the app for production to the gradlew clean build
folder.
It correctly bundles DayBook in production mode and optimizes the build for the best performance.
./gradlew update
./gradlew generateChangelog -PrunList='gen_dictionary, gen_db'
In the project directory, you can integration test by:
VERSION_THORNTAIL=2.5.0.Final ./gradlew clean integrationTest -Plocal=true
If you have ideas for more “How To” recipes that should be on this page, let us know.