MicroProfile, Your Cloud-Native Companion for Enterprise Java
Published on 03 Dec 2020
by Priya Khaira-HanksWriting microservices within Jakarta EE is technically possible, but you miss a few goodies for the distributed environment you are running in.
MicroProfile wants to optimize your Enterprise Java application by creating Java standards which link to some well known CloudNative standards like etcd for Configuration, OpenTracing and Jaeger for Distributed Tracing and Prometheus for Metrics.
In this talk, delivered by Payara's Rudy De Busscher at EclipseCon, he goes over some basic concepts of the MicroProfile specifications and show you through various demos how the integration with those tools can be done easily.
Examples of configuration, tracing, metrics and fault tolerance are shown. After this introduction, you will know all the basics to write your next micro-service with Enterprise Java and MicroProfile. Rudy demonstrates various examples of how the MicroProfile implementations can be integrated with products from the CloudNative standards. It gives insight into microservices defined with Java and MicroProfile can use those products to make the operations of their microservices easier.
Make sure you are following Payara on Twitter for the latest news on conference appearances.
Related Posts
Moving Beyond GlassFish - Here's Why and How
Published on 11 Nov 2024
by Chiara Civardi
0 Comments
If you’re still managing Java applications on GlassFish middleware, you might be hitting some roadblocks, such as difficulties with automation, lack of integrated monitoring and official support and limited abilities with modern tools. However, ...
Nugget Friday - Building Resilient Microservices with MicroProfile Fault Tolerance
Published on 08 Nov 2024
by Luqman Saeed
0 Comments
While we all want maximum uptime for our software systems, failures and downtimes are inevitable. However, these can be minimized and quickly resolved through comprehensive, robust and well-designed fault tolerance mechanisms. This Nugget ...