Hilla

Hilla AutoCrud with MongoDB

Since version 2.5 of the Hilla framework, the CrudService<T, ID> interface is available for the AutoCrud component. This allows data to be created, read, updated and deleted in a non-JPA-based database, such as MongoDB.

Hilla with Keycloak and the Authorization Code Flow of OAuth 2.0

Authentication and role-based authorization for Hilla web apps can be easily implemented, for example in conjunction with Keycloak and the Authorization Code Flow of OAuth 2.0.

Hilla AutoGrid with MongoDB

Since version 2.5 of the Hilla framework, the ListService interface is available for the AutoGrid component. This allows data to be read from a non-JPA-based database, like MongoDB, for example.