Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.73 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.73 KB

Student-Tracker

This is the JSP and Servlet application. That connects with MySQL database and perform the following functions.

  1. Show the student details as the tabular format
  2. Add new student
  3. Update a stdent
  4. Delete a student

Sequence diagram

Add Student

Add-Student

Update Student

Update-Student

Delete Student

Delete-Student


Top Level view

Add Student

Add-Student

Update Student

Update-Student

Delete Student

Delete-Student


Front-end

Student List View

Table-Format-Student

Update Student View

Update-Student-View

Conform Delete Student Dialog Box

Delete-Student-Conform-Dialog