Learn how to build an Java application using Open Liberty with Maven and Docker. Open Liberty is an open application framework that was designed specifically for cloud computing. It's lightweight, small and was designed with the latest cloud-native development in the back of your mind. It is compatible with the complete MicroProfile as well as Jakarta EE APIs, and is composable, which means that you are able to use only the features that are available to you need.Maven is an automated build tool that offers an efficient method of developing Java applications. Utilizing Maven you can build an easy microservice, known as ""," that gathers the basic system information from your laptop and display the properties on an endpoint you can access through the web browser.You will be taught how to update and run an REST microservice that is simple to run on Open Liberty. You'll use Maven to create and then deploy your microservice, as well in interacting directly with a running Liberty instance.You'll learn ways to package your app using Open Liberty so that it can be deployed to any location at once. Then, you'll create Liberty modifications to the configuration and code and observe how they are immediately absorbed by the running instance of Liberty.