Once your application is deployed to production you want to ensure it's up– and running. To determine the health and status of

Read More

Ensuring a stable operation of your application in production requires monitoring. Without monitoring, you have no insights about the internal state and

Read More

Injecting configuration properties like JDBC URLs, passwords, usernames, or hostnames from external sources is a common requirement for every application. Inspired by the

Read More

The precise and clean style of writing code with Kotlin is tempting as a Java developer. In addition, switching to Kotlin with

Read More

If you have cross-cutting concerns for several parts of your application you usually don't want to copy and paste the code. For

Read More

In one of my recent blog posts, I presented Spring's WebClient for RESTful communication. With Java EE we can utilize the JAX-RS

Read More

Kubernetes is currently the de-facto standard for deploying applications in the cloud. Every major cloud provider offers a dedicated Kubernetes service (eg.

Read More

With the MicroProfile release cycle of three releases every year in February, June, and October we got MicroProfile 3.0 on June 11th,

Read More

Sending emails to your application's clients or customers is a common enterprise use case. The emails usually contain invoices, reports, or confirmations

Read More

With the release of PrimeFaces 7.0 (JSF component library) in March 2019, the PrimeTek team introduced over 500 improvements featuring new components. Furthermore,

Read More