Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 501 Bytes

File metadata and controls

19 lines (9 loc) · 501 Bytes

Simple CRUD Application

Synopsis

This application was made in Java using Servlets, JSP, JDBC and MySQL. The database is only composed of two tables.

Motivation

This application was made as a tecnical test for a colombian company.

Installation

Put the mysql-connector-java-5.1.40-bin.jar file in the lib folder of your tomcat server source. For the database, you have the script with all the structure and the data in the file prueba.sql.