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: - Datamembers: 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

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 Programming Questions!