Project that uses JSP and JPA
Requires Tomcat or alternative
The project is made to show an understanding of JSP and JPA together .
It works by using a Maven project and by using Servlets and JSP to take input from an HTML page.Uses Tomcat as a server for those HTML pages.It then uses JPA and databases to CRUD the info and display it.
This was built on JAVA SE 16 and eclipse 2021 -06