Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Imagine that you have been hired to write an object-oriented Java Web applicatio

ID: 3536903 • Letter: I

Question

Imagine that you have been hired to write an object-oriented Java Web application that will handle a

company%u2019s product inventory. Your application must interface with a database (you decide the database

that you want to work with) that will allow the user to.

1. Create an object-oriented Java Web application that:

a. displays the entire product inventory to the screen, including the product ID, name,

description, and quantity.

b. allows for a product to be searched by the product ID or product name.

c. allows for new products to be added to the inventory.

d. allows for existing products to be edited.

e. allows for existing products to be deleted.

Explanation / Answer

I've just written the code and tested it

http://codepad.org/v3ZL5h5m