Framework
Overview
The heart of Quinimbus is a set of libraries used to create your backend application. You can use these libraries standalone or together if you are writing some special application. For common backend usecases it is recommend to use it together with MAGIC, Architectum or even Caelum.
Persistence
Quinimbus Persistence is used to save your data into some database storage. It can use Java Records to model the entities.
Rest
Quinimbus Rest implements common Rest API pattern to easily create your own Rest API, the interface to your backend application.
Binary
Quinimbus Binary gives you an easy way to save even large binary data outside of your database.
WARNING
This documentation is not complete yet, please come back soon.