1 the jsp input page with the form containing four input


Create, deploy in a web server  and run a simple JSP based Web application  which includes:

1). The JSP Input page with the form containing four input textboxes and the submit button. The form will be used to collect user's input typed in the textboxes ( Customer First Name, Customer Last Name, Item Description and Item Price ) and submit to the OrderData JSP ( see its specification below);

2) OrderData JSP , which will receive the input submitted by a customer, and generate  a user-friendly HTML page with a table containing two columns with the input parameter names ( e.g., " Customer First Name" and others ) and  input parameter values submitted by a customer from the JSP Input page. Add the hyperlink allowing to return to the Input JSP.

3) Add to the OrderData page "Session Counter"  accumulating the number of times a customer has run the application within the same session. The proper section to the OrderData page needs to show updated Session Counter values and the current Session ID.

Submit your deliverable in a .zip file including the NetBeans project folder, including the MS Doc file with explanations/comments on your solution , with proper screenshot(s) demonstrating a successful run of your Web application, and the application .war file ready for Web server deployment.

 

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: 1 the jsp input page with the form containing four input
Reference No:- TGS01264100

Expected delivery within 24 Hours