Dependency Injection (DI) is one of the central techniques in today's applications and targets Separation of concerns. Not only makes this testing

Read More

When it comes to creating an application with Java (now Jakarta) EE, the first specification you usually get in touch with is

Read More

The REST architectural pattern is widely adopted when it comes to creating web services. The term was first introduced by Roy Fielding

Read More

JSON is the current de-facto data format standard for exposing data via APIs. The Java ecosystem offers a bunch of libraries to create

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

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