Acknowledgements

Acknowledgements #

This framework takes several well-made libraries in the Java community and arranges them in a way that makes it possible to rapidly create web applications. They are as follows:

FunctionalityLibrary
Routing and the HTTP stackVert.x Web
Configuration parsing and managementLightbend Config
Database access and ORMHibernate
JSR 303 Bean Validation implementationHibernate Validator
Templating engineApache Freemarker
Dependency injectionGuice (pronounced ‘juice’) by Google
Ergonomic development languageThe Apache Groovy programming language (groovy-lang.org)
Build toolingGradle Build Tool
TestingJUnit 5
Java Bean wrapperMinimalcode
HTTP ClientApache Commons HttpClient (apache.org)

A heartfelt thank you goes out to the creators, maintainers and contributors of these amazing projects for their hard work and generosity 🙏🏼

Documentation written using the Typora editor.