Homework 1 assignment
This week you need to work on the following home work :
Create, deploy in a webserver and run a simple Web application “Collecting Three Parameters” which includes:
1). HTML input page with the form containing three input textboxes and the submit button. The form will be used to collect user’s input typed in the textboxes and submit to the ThreeParams servlet( see its specification below);
2) ThreeParams servlet, which will receive three parameters submitted by a user, and returns a user-friendly HTML page with a table containing two columns with the parameter names ( e.g., “Paramater 1” ) and parameter values submitted by a user.
Submit your deliverable in a .zip file including the HTML input page, the ThreeParams.java servlet file, 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.
This assignment is due in the end of Week 1 .