Question: When you click the button Add User, a new JSP page is displayed The page must include a form that can allow the user to

When you click the button "Add User", a new JSP page is displayed

The page must include a form that can allow the user to enter a name and an email, and submit

the submit button will have to call a new controller/servlet: AddUserServlet.java that you must create

The AddUserServlet (the controller) will call the model (UserData.java) to insert the user data in the database

The controller will the dispatch the list of users again!

you need to supply: the view (AddUserView.jsp), the new Controller (AddUserServlet.java) and the updated model (UserData.java)

use eclipse to do this project

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!