Jakarta EE Tutorials, Java EE Tutorials, MicroProfile Tutorials

Dependency Injection (DI) is one of the central techniques in today’s applications and targets Separation of

CDI Tutorial – Introduction to Contexts and Dependency Injection

Jakarta EE Tutorials, Java EE Tutorials

When it comes to creating an application with Java (now Jakarta) EE, the first specification you

Pro CDI 2 in Java EE 8 Book Review

Jakarta EE Tutorials, Java EE Tutorials, MicroProfile Tutorials

The REST architectural pattern is widely adopted when it comes to creating web services. The term

JAX-RS Tutorial – Create Jakarta RESTful Web Services

Jakarta EE Tutorials, Java EE Tutorials, MicroProfile Tutorials

JSON is the current de-facto data format standard for exposing data via APIs. The Java ecosystem offers

JSON-B Tutorial – Convert Java objects from and to JSON

Jakarta EE Tutorials, Java EE Tutorials, MicroProfile Tutorials

In one of my recent blog posts, I presented Spring’s WebClient for RESTful communication. With Java

MicroProfile Rest Client for RESTful communication

Jakarta EE Tutorials, Java EE Tutorials

Kubernetes is currently the de-facto standard for deploying applications in the cloud. Every major cloud provider

Deploy Java EE applications to Kubernetes

Jakarta EE Tutorials, Java EE Tutorials

With the release of PrimeFaces 7.0 (JSF component library) in March 2019, the PrimeTek team introduced over

Create nice-looking JSF 2.3 applications with PrimeFaces

Jakarta EE Tutorials, Java EE Tutorials

.Messaging is a key concept for distributed enterprise applications. There are a lot of use cases,

Messaging with JMS using Payara with embedded OpenMQ broker