Experiment 7
- Due Nov 22, 2017 by 11:50pm
- Points 3
- Submitting a file upload
- File Types doc and docx
- Available Sep 20, 2017 at 12am - Nov 22, 2017 at 11:59pm 2 months
Create a web-application to perform following operations using JSP.
• Login
• Add new user
• View all Active user
• View all Deleted user
• Modify information of Active user
• Delete Active user
• Change the status of user from Deleted to Active.
• User Profile page
• Logout
Guideline
• Add user form should contain all require fields like Name, Address, Age, Gender, password etc.
• Validation of each field is mandatory.
• Appropriate messages should display for errors and processes.
• To maintain session use Session.
• Use following
o JSP directives- page, include, taglibs
o JSP actions- include, forward, useBeans etc.
• Admin can perform all operations
• Normal users can view only profile
• Use Database to store data.