https://kodnito.com/posts/microprofile-and-kotlin/ Kotlin is an object-oriented programming language created by JetBrains which runs on top of the JVM and can also be compiled to JavaScript or native code using LLVM. In this tutorial, we will use Kotlin language to create a simple MicroProfile REST API.
https://kodnito.com/posts/deploy-microprofile-application-on-heroku/ In this tutorial, we will learn how to deploy the MicroProfile application on Heroku using Payara Micro as the application server. Heroku is a cloud platform as a service (PaaS) supporting several programming languages.
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.
https://kodnito.com/posts/getting-started-with-microprofile-metrics-and-prometheus/ In this article, we will learn how to use MicroProfile Metrics and Prometheus to collect metrics from monitored targets.
https://kodnito.com/posts/documenting-rest-api-using-microprofile-openapi-swagger-ui-payara-micro/ In this tutorial, I will show you how to generate API documentation using MicroProfile OpenAPI and Payara Micro runtime. Learn more about MicroProfile OpenAPI Specification.
https://www.tomitribe.com/blog/tomee-a-tutorial-on-microprofile-rest-client/ In this tutorial, you will be able to develop and deploy a type-safe approach REST Client to consume an existing JAX-RS microservices with Apache TomEE 8 M1.
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…
Istio, seen as the leading service mesh model, released its version 1.0 in July 2018. It has generated massive interest, judging from conference talks and blog posts. Have you ever wondered how you can develop a cloud-native microservice deployed on Istio and be confident about its performance? In other words,…
SouJava created a series of videos with the main implementers of Microprofile, each video is composed of members representing Payara, Tomitribe, IBM and Red Hat. In addition to having done two talks with members of SouJava that can be seen here: MicroProfile – Rhuan Henrique – pt-br Encontro técnico de…