Question: Create a JSP/Servlet based application to maintain a Customer Table with the following specifications. 1. [2] The Customer Table has the following fields: ID, Name,

Create a JSP/Servlet based application to maintain a Customer Table with the following specifications. 1. [2] The Customer Table has the following fields: ID, Name, Address, Amount_Due, Preferred_Status. Create 5 records manually have at least 2 preferred customers (DO NOT write java code to add data at this point) 2. [3] The GUI has radio button for Preferred_Status and uses text boxes for the rest. [Works - Coded not working - Not Attempted] 3. [10] The user can Search, Add and Modify Customer information. The user always starts with a Search. if a customer does not exist, you can add one; if the customer exists, you can modify contents. Search/Modify [Works - Coded not working - Not Attempted] Add [Works - Coded not working - Not Attempted] 4. [5] When the user comes back to use the system, the ID field should be filled with the ID of the last customer whose data was accessed. [Works - Coded not working - Not Attempted] 5. [7] If the searched customers balance is less than $100, the background for the Modify form should be Red for customers with Preferred_Status of false. Otherwise, the background is always white. (accomplish using a bean)

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