项目作者: adityapa29

项目描述 :
A simple Java web application built using Servlets, JSP and JDBC
高级语言: Java
项目地址: git://github.com/adityapa29/students-tracking-app.git
创建时间: 2021-08-08T14:02:32Z
项目社区:https://github.com/adityapa29/students-tracking-app

开源协议:

下载


students-tracking-app

A simple Java web application built using Servlets, JSP and JDBC. The web application allow users to perform CRUD operations on student data.

student-read

A new student can be created using the “Add student” button.

student-create

Once we click on the save button, the new record will be added to the student table.

student-create2

We can update any record in the table with new information for firstname, lastname and email using the update action.
We can delete any record in the table using the delete action.

All the user requests will be redirected to the respective JSPs with the help of StudentControllerServlet. Also to perform any persistance operation we will make use of StudentDbUtil class which will
make connection to the database.

Acknowledgements

JSP, Servlet, JDBC course on Udemy by Chad Darby.