MicroProfile

We Love Java


Made a library? Written a blog post? Found a useful tutorial? Share it with the Java community here or just enjoy what everyone else has found!


Read More →

Hello You Qute Templating Engine


In this quick tutorial, I will show you how to get started with Quarkus new Qute templating engine.


Read More →

Hello Quarkus Supersonic Subatomic Java World


Quarkus is the new Supersonic Subatomic Java framework tailored for GraalVM and HotSpot.


Read More →

MicroProfile JWT with Keycloak


In this tutorial, we will learn how to secure our services using MicroProfile JWT and Keycloak.


Read More →

MicroProfile Health Check


Health checks are used to determine if the service is running, shutdown, lack of disk space or maybe issues with the database connection. In this tutorial, we will use Eclipse MicroProfile Starter to generate a new project.


Read More →

Building an API Backend with MicroProfile (ebook)


Few weeks ago, I started to work on an Ebook called Building an API Backend with MicroProfile, you will learn how to create a simple RESTful API backend with MicroProfile.
The project is open source and hosted on GitHub and everybody can contribute to the project or download the ebook and start coding.


Read More →

Eclipse MicroProfile Starter


The new Eclipse MicroProfile Starter is live and it's really easy to generate a new project.
Go to https://start.microprofile.io/ and follow the steps below to generate a new project.


Read More →

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.


Read More →

MicroProfile Rest Client


MicroProfile Rest Client is used to invoke RESTful services over HTTP and in this tutorial we will learn how to use it.


Read More →

Deploy MicroProfile application on Heroku


In this tutorial we will learn how to deploy our MicroProfile application on Heroku and we will use Payara Micro as our application server.


Read More →

MicroProfile Config using TomEE


TomEE version 7.1.0 now supports MicroProfile and in this quick tutorial I will show you how to get started with MicroProfile Config using TomEE application server.


Read More →

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.


Read More →

Documenting REST API using MicroProfile OpenAPI, Swagger UI and 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


Read More →

Getting Started With MicroProfile Config using Payara Micro


In this tutorial we will learn how to use MicroProfile Config API using Payara Micro
MicroProfile Config API can be used to retrieve configuration information from different sources.


Read More →

MicroProfile REST API with MongoDB, Hibernate OGM and Thorntail


In this tutorial we will learn how to create REST API using MicroProfileMongoDBHibernate OGM and Thorntail (wildfly-swarm)


Read More →

Getting Started With MicroProfile


In this tutorial I'll show you how to get started with MicroProfile.


Read More →