PART -1 Writing an MVC app
Task-1 : Create one Employee form and save data in static ArrayList.
Development Steps :
Task-2 : Create a link to redirect to login page.
Development Steps :
Task-3 : Create Login bean and a servlet to authenticate.
Task-4 : Redirect to error.jsp if wrong cred.
Task-5 : Set session if right cred and navigate to emphome.jsp with logged in user details.
Last updated
Was this helpful?