Skip to content

A simple Java web application built using Servlets, JSP and JDBC

Notifications You must be signed in to change notification settings

adityapa29/students-tracking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple Java web application built using Servlets, JSP and JDBC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published