Introduction In this tutorial, you will learn how to set up an REST service using Jakarta EE. You will create a simple web service with two endpoints. The first one will return a JSON array of Strings and the second one will return a JSON object.
Maven setup To build our Helidon REST service with Maven, we need to edit the POM file. This file defines essential project information like its name, group ID, and version.