Create, edit, visualize and delete contacts.
Sample project created for studying some Java EE technologies.
- Model View Controler
- Data Acess Object
- Servlet
- JSP
- JSTL
- Filter
The FilterExecutionTime instantiates the connection and adds it inside the request as an attribute. The ControllerServlet receives all requests and delegates it to the logic class according to the URL parameter. Queries are executed by Prepared Statements. The view layer was built in JSP.