Esta serie de videotutoriales ha sido preparada para que el desarrollador con conocimientos básicos de Java pueda adentrarse en la creación de microservicios con MicroProfile. Los vídeos han sido creados como capítulos independientes, por lo que pueden analizarse de forma individual y los ejercicios se ejecutan de principio a fin…
Monitoring Resiliency Behavior With MicroProfile I’ve recorded a 4 minutes video that shows how to get technical metrics of resiliency mechanism without effort with MicroProfile Fault Tolerance 1.1. Now, Fault Tolerance includes metrics that by default are emitted via the metrics endpoints. Video also shows how you can use and…
Distributed Tracing With Java EE, Istio & MicroProfile I’ve recorded a 17 minutes video that shows how to add distributed tracing to Java EE applications that run in an Istio cluster. The HTTP headers that correlate the tracing information can be added to the JAX-RS resources and clients via MicroProfile OpenTracing….
https://kodnito.com/posts/microprofile-rest-client/ MicroProfile Rest Client is used to invoke RESTful services over HTTP. In this tutorial, we will learn how to use it.
https://kodnito.com/posts/microprofile-config-using-tomee/ TomEE version 7.1.0 now supports MicroProfile. In this quick tutorial, I will show you how to get started with MicroProfile Config using the Apache TomEE application server.
Heiko Rupp of Red Hat has started a German tutorial series on MicroProfile on his YouTube channel. The videos follow his presentation at Java-Forum-Stuttgart “MicroServices mit Eclipse MicroProfile entwickeln”. The first three episodes are Intro: what is MicroProfile and how to use it with the Thorntail server Rest-Client: how to use the RestClient…