Question: Java Netbeans, web application, servlet Set up an html form to allow user to place an order for a pizza restaurant (or any other type
Java Netbeans, web application, servlet
Set up an html form to allow user to place an order for a pizza restaurant (or any other type of
restaurant), the client should be able to select different kind of pizza, add additional toppings. Select a
drink. In addition to having form elements to place an order, the client should be able to enter his/her
address, email, phone number.
The index page should display company logo and text describing the company, its address, web address,
contact information. Provide a submit button to take the customer to another html page: the order.html
page. Provide a form with images to show a page from which a customer can order from.
show a menu like with images, product names and prices
Have a button to submit to an OrderServlet
The servlet should gather the user input
The servlet should save the client info (name, address,email, phone) to a text file
The servlet should compute subtotals, tax and total and return a page displaying a receipt back to the
customer. (the receipt should contain what was ordered with subtotals, total and tax (similar to a
receipt).
Use intial parameters to store all the prices
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
