A Technical Deep Dive on Liberty
Take a deep dive into Open Liberty with this technical course. Explore advanced topics, configurations, and best practices to fully leverage Open Liberty’s features for building and deploying Java microservices in cloud-native environments.
At a Glance
Liberty is a cloud-optimized Java runtime that is fast to start up with a low memory footprint and a development mode, known as dev mode, for quick iteration. Adding and removing features to adopt the latest open cloud-native Java API like MicroProfile and Jakarta EE are easy with Liberty. Liberty’s zero migration lets you focus on what’s important and not the APIs changing under you.
You will learn how to build the a REST microservice with Jakarta EE and MicroProfile on Liberty. You will use Maven throughout this exercise to build the microservice as well as to interact with the running Liberty instance. Then, you’ll build a container image for the microservice and deploy it in Liberty Docker container to Kubernetes.
The microservice that you’ll be working with is called inventory. The inventory microservice persists data into a PostgreSQL database. You will also learn how to secure the REST endpoints and use JSON web token to communicate the provided system secured microservice.
There are no reviews yet.