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
The HTTP stackEclipse Jetty
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 Beans
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.