##Description This project is the result of a training session at Supcom 02/12/2015.
This project shows how to create a simple Servlet, return a view, view results inside of jsp and connect to a mysql databases using mysql.
##Database Informations The connection informations are contained inside the mysqlconfig.properties.
This example uses a this schema table Books(idBooks,name,author)