Dependency Injection (DI) is one of the central techniques in today's applications and targets Separation of concerns. Not only makes this testing
When it comes to creating an application with Java (now Jakarta) EE, the first specification you usually get in touch with is
The REST architectural pattern is widely adopted when it comes to creating web services. The term was first introduced by Roy Fielding
JSON is the current de-facto data format standard for exposing data via APIs. The Java ecosystem offers a bunch of libraries to create
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.
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,