Once your application is deployed to production you want to ensure it’s up– and running. To determine the health and status of
Ensuring a stable operation of your application in production requires monitoring. Without monitoring, you have no insights about the internal state and
Injecting configuration properties like JDBC URLs, passwords, usernames, or hostnames from external sources is a common requirement for every application. Inspired by the
The precise and clean style of writing code with Kotlin is tempting as a Java developer. In addition, switching to Kotlin with
If you have cross-cutting concerns for several parts of your application you usually don’t want to copy and paste the code. For
In one of my recent blog posts, I presented Spring’s WebClient for RESTful communication. With Java EE we can utilize the JAX-RS
Kubernetes is currently the de-facto standard for deploying applications in the cloud. Every major cloud provider offers a dedicated Kubernetes service (eg.
With the MicroProfile release cycle of three releases every year in February, June, and October we got MicroProfile 3.0 on June 11th,
Sending emails to your application’s clients or customers is a common enterprise use case. The emails usually contain invoices, reports, or confirmations
With the release of PrimeFaces 7.0 (JSF component library) in March 2019, the PrimeTek team introduced over 500 improvements featuring new components. Furthermore,