/Java_Example_Servlet_Fwk

The base Java servlet example using the course common utility framework

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Java_Example_Servlet_Fwk

The base Java servlet example using the course common utility framework

The Esempio_Servlet_Maven application rewritten using our framework of reusable code (developed during the course), with a better layer separation.

Usage

This is a sample application developed during the lectures of the Web Engineering 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 9th 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 JavaEE 7 platform inside Apache Tomcat version 9. 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