Blog Posts

Blog Posts
n:m relationships in Hilla with AutoGrid and AutoForm

n:m relationships between entities can be implemented productively and flexibly in business web apps made with Hilla and the AutoGrid and AutoForm components.

Blog Posts
Deploying Hilla apps as native image

Hilla apps can be built as a native image with an integrated server using GraalVM. They can be deployed this way. In conjunction with a Dockerfile, an individual Docker image can be created, and the application can be deployed as a Docker container, e.g. at fly.io.

Blog Posts
Deploying Hilla apps as JAR file

Hilla apps can be built as a JAR file with an integrated server. They can be deployed with a suitable Java runtime environment. In conjunction with a Dockerfile, an individual Docker image can be created, and the application can be deployed as a Docker container, e.g. at fly.io.

Blog Posts
Fine-tuning of Tekton event listeners with (CEL) interceptors

The integration between a source code management system (SCM), such as Bitbucket or GitHub, and Tekton can be customized with the help of interceptors. Individual filter conditions can also be applied using the Common Expression Language (CEL).

Blog Posts
Hilla with Keycloak and the Resource Owner Password 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 Resource Owner Password Flow of OAuth 2.0.

Blog Posts
Hilla File Router (Preview)

Hilla 24.4 introduces a new File Router, allowing developers to create routes in an intuitive folder- and file-strcuture.