- Tables like User, Address
- pages are registration Page, login page,
Next will integrate new capability like Hibernate into it for some of basic DB operation like SELECT and UPDATE for attribute like: Fisrtname and Lastname.
- Search all user info using EmailID
- Search all users list with name "Shasi"
- Search all users with location BLR.
- Add checkbox to select and delete user from list of user.
- Edit user basic details using Hibernate.