Java EE web app for adding, deleting or updating people from a in-memory database or a PostgreSQL database. A CLI is also embedded.
People database is a Java/Jakarta EE project made without Spring to explore JSP/Servlets, the connection between JDBC and a database, and setting up a Tomcat server.
The database can be accessed in CLI form or in a web application.
Install HTTP server Apache Tomcat 9+ here
Set up environnement variables for JAVA_HOME
and CATALINA_HOME
Make all Shell scripts in tomcat/bin executables whith chmod
and execute startup.sh
script.
Open http://localhost:8080/ in your browser to check if Tomcat is running
Drag and drop the people-db.war package in your tomcat/webapps and wait until you see this project folder created.
Run http://localhost:8080/people-db/ and that’s it!
[X] Add jsp page for getPerson
[ ] Find a way to get values from the database entry and display them in the placeholders of updatePerson.jsp
[X] Learn JQuery to :
[X] Update CSS
Author :
@Karine Dias, 2021