Objective:
- Students understand how to create CRUD application.
- Students practise JSP, EL
Features of Student Management System
- Full features for CRUD application
Review
Look at the following diagram to understand how the action works between screens in the controller.
Students pull code from GitHUb prj301-demo5 and review the controller to understand how the system works.
-
Develop the the function
updatestudent student in StudentDAO.java -
Create and Edit the
studentedit.jsp. Develop a form to edit student.
- Update Student Controller to process
editaction andupdateaction
- Take screenshots of your browser and your code.
-
Develop the the function
deletestudent in StudentDAO.java -
Update Student Controller to process
deleteaction -
Take screenshots of your browser and your code.
-
Develop the the function
insertstudent student in StudentDAO.java -
Update Student Controller to process
createaction andinsertaction -
Take screenshots of your browser and your code.



