@credit Yan Zhu (https://github.com/nina-zhu)
Jersey is the most popular amongst Restful web service development. Latest Jersey 2.x version has been developed by Oracle/Glassfish team in accordance with JAX-RS 2.0 specification. Earlier Jersey 1.x version was developed and supported by Oracle/Sun team.
Latest Jersey release version is 2.25 see here and look documentation and API for details. We will implement a Jersey example in this article based on latest 2.x version.
In this article, we will use Hibernate's rich API to interact with MariaDB database or in general any ORM compliant database. We will create a