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, MicroProfile Tutorials

With the current trend to build distributed-systems, it is increasingly important to build fault-tolerant services. Fault

Adding resiliency with MicroProfile Fault Tolerance

Jakarta EE Tutorials, MicroProfile Tutorials

In today’s microservice architecture security is usually based on the following protocols: OAuth2, OpenID Connect, and

MicroProfile JWT Auth to secure your applications

Jakarta EE Tutorials, MicroProfile Tutorials

Tracing method calls in a monolith to identify slow parts is simple. Everything is happening in

Enable distributed tracing with MicroProfile OpenTracing

Jakarta EE Tutorials, MicroProfile Tutorials

Exposing REST endpoints usually requires documentation for your clients. This documentation usually includes the following: accepted

MicroProfile OpenAPI for creating OpenAPI specifications