Skip to content

Latest commit

 

History

History
13 lines (5 loc) · 592 Bytes

README.md

File metadata and controls

13 lines (5 loc) · 592 Bytes

Assigned exercise during the JEE (Jakarta) training course (Labfortraining). The task was to create a Servlet with corresponding JSPs for managing a library. Insert and retrieve data from the database.

This is the first exercise where we are working on a project that operates with a database (associated in Git, note: the names of the books/authors are humorously ironic!).

This exercise is a work in progress; during the course, we will continue to work on this project. I will post several updates to this project as necessary.

We used JDK 21 and Apache Tomcat v9.0.x on Eclipse.