Microprofile OpenAPI: generate your openapi.json at build time with Geronimo and Maven! by Romain Manni-Bucau, 2018-07-12

Microprofile OpenAPI provides a way to document its HTTP API quite easily but what about using it outside a Microprofile Server? Geronimo Microprofile OpenAPI maven plugin allows you to get at that point!

Microprofile: why API design and platform understanding matters by Romain Manni-Bucau, 2018-07-04

Microprofile intiative was promishing the JavaEE.next preview before adding its specifications to JakartaEE. However some of the specifications were thought too isolated from the others and outside the platform core philosophy. Let see what we have today.

Apache Beam and Websocket: send your big data outputs over websockets! by Romain Manni-Bucau, 2018-06-06

Big Data and real time applications, this is the challenge we start to face nowdays. WebSocket is a very interesting technology allowing to solve part of that equation in a few minutes! Let’s dig how to connect both worlds!

Microprofile JWT Auth: Getting Started by Romain Manni-Bucau, 2018-05-30

JWT technology becomes one of the most interesting solution to handle security in applications since it provides free propagation by design and avoids a central bottleneck in the architecture. Let see how Microprofile tackled that on an API level.

Microprofile OpenTracing: microservice monitoring by Romain Manni-Bucau, 2018-05-25

Tracing is one of the most important feature of a production application but also one of the most forgotten. With Microprofile OpenTracing it becomes trvial to setup so no more reason to not have it activated!