Skip to main content

Tutorial: A Deep Dive into MicroProfile 4.0 with Open Liberty

By Jakarta EE 8, MicroProfile Configuration, MicroProfile Fault Tolerance, MicroProfile Health Check, MicroProfile JWT Authentication, MicroProfile Metrics, MicroProfile Open Tracing API, MicroProfile Rest Client, Open Liberty No Comments

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…

Read More

Announcement: Language Server for MicroProfile and the Tools for MicroProfile VS Code extension

By Helidon, LSP4MP, MicroProfile Community, Open Liberty, Quarkus No Comments

We are happy to announce the first release of the Language Server for MicroProfile (LSP4MP) and the Tools for MicroProfile VS Code extension.  LSP4MP is a language server that provides core language support for MicroProfile, including code complete, diagnostics, snippets and more. Tools for MicroProfile leverages LSP4MP to provide a…

Read More

End-to-End Example App Running MicroProfile on Kubernetes and Istio

By Example, Istio, Kubernetes, MicroProfile Istio, MicroProfile Starter, Open Liberty No Comments

There are many good examples that demonstrate specific MicroProfile functionality and there are also good examples that showcase Istio functionality, especially the BookInfo application. Since I couldn’t find a comprehensive application that utilizes MicroProfile and Istio, my colleague Harald Uebele and I have built one.

Read More

Distributed Tracing With Java EE, Istio & MicroProfile

By Jakarta EE, MicroProfile Open Tracing API, Open Liberty, Video Tutorial, WebSphere Liberty No Comments

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….

Read More

Virtual Eclipse Meeting on MicroProfile+Istio recording available

By MicroProfile Community, MicroProfile Istio, Microservices, Open Liberty, Thorntail, Video Sessions No Comments

Emily and I gave a webinar yesterday about MicroProfile and Istio. The recording is available at https://www.youtube.com/watch?v=NYIEU2P7v9g: Links from the session: Eclipse newsletter about the same subject: https://www.eclipse.org/community/eclipse_newsletter/2018/september/MicroProfile_istio.php Blog post from me about work in the MicroProfile ServiceMesh working group https://medium.com/@pilhuhn/working-on-microprofile-service-mesh-istio-and-kiali-26d6c01b45cc Code sample to demonstrate cloud-native microservices: Main repo: https://github.com/eclipse/microprofile-service-mesh…

Read More