SviluppoWebAvanzato-Univaq / JAXRS_Base_T10

Template project for RESTful API with JAX-RS (Jersey) on JakartaEE9 and Tomcat 10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JAXRS_Base_T10

Template project for RESTful APIs with JAX-RS (Jersey) on JakartaEE9 and Tomcat 10

This is the skeleton of a Java web application configured to publish a RESTful API (with a sample resource) running on JakartaEE 9 and Tomcat 10

Usage

This is a sample application developed during the lectures of the Sviluppo Web Avanzato course. The code is organized to best match the lecture topics and examples. It is not intended for production use and is not optimized in any way.

This example code will be shown and described approximately during the 8th lecture of the course, so wait to download it, since it may get updated in the meanwhile.

Installation

This is a Maven-based project. Simply download the code and open it in any Maven-enabled IDE such as Netbeans or Eclipse. Additionally, you may need to configure the deploy settings: the application is intended to be run on the JakartaEE 9 platform inside Apache Tomcat version 10. Refer to your IDE help files to perform this step. For example, in Apache Netbeans, you must enter these settings in Project properties > Run.


University of L'Aquila

About

Template project for RESTful API with JAX-RS (Jersey) on JakartaEE9 and Tomcat 10

License:GNU General Public License v3.0


Languages

Language:Java 52.7%Language:JavaScript 24.4%Language:HTML 20.6%Language:CSS 2.4%