Experiment 6
- Due Nov 22, 2017 by 11:59pm
- Points 3
- Submitting a file upload
- File Types doc and docx
- Available Sep 18, 2017 at 12am - Nov 22, 2017 at 11:59pm 2 months
Create a web-application to perform following operations using servlet.
• 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 cookie/HTTPSession.
• To authenticate user use Filter.
• Admin can perform all operations
• Normal users can view only profile
• Use Database to store data.