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…
The latest release of MicroProfile 4.0 aligns with Jakarta EE 8. There are many new and exciting features introduced in MicroProfile 4.0. In this blog, we’ll take a look at all of the MicroProfile 4.0 updated features and then show you how to use them in Open Liberty. What’s New…
To help newcomers or Java EE developers to start with Eclipse MicroProfile, I’ve created a tutorial for each specification. These tutorials cover all twelve specs and discuss each in detail with code-examples. Furthermore, there is a YouTube video for each spec available to see it in-action. The whole source code…
https://www.tomitribe.com/blog/overview-of-microprofile-rest-client/ The goal of this article is to give you an overview of the MicroProfile Rest Client (aka Rest Client), how it works and the advantages you can obtain when utilizing it to implement a Java REST client.
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.