Question: Task 1: Create a JavaBean Coffee Bean with the following: - Data members: int numSugar; double price; String typeCoffee; Methods: Constructor Accessor Mutator Task


Task 1: Create a JavaBean Coffee Bean with the following: - Data members: int numSugar; double price; String typeCoffee; Methods: Constructor Accessor Mutator Task 2: Create a HTML CoffeeOrder.html form with the following: Submit the CoffeeOrder form to CoffeeProcess.jsp using request scope. Javabeans in JSP Coffee Order Type of Coffee Number of sugar Price Submit Task 3: Create a JSP CoffeeProcess.jsp and display the submitted values from the HTML form using request scope. The output should be display as follows: Javabeans in JSP Customer Order Type of Coffee Number of sugar Price Flat White 1 spoon RM 3.80
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
