Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I am using TomCat, Mysql and JAVA A. Description You are asked to implement an online store B. Requirements You are to implement a computer

I am using TomCat, Mysql and JAVA

A. Description You are asked to implement an online store

B. Requirements You are to implement a computer program with the following capabilities: 1. User accounts including: sign up and login. 2. The products must be classified by departments (e.g, Electronics, computers, books) and Categories in department. 3. The user must be able to save the shopping cart and edit it (change quantity of each product or even remove it). 4. Once an order is placed, it must be registered and the user must be able to consult past orders. 5. The system must provide a search box with the capability of refine the search based on department and type. However, the default search must be executed on the entire product database. 6. The system must provide an administrator role with the ability to add, modify, and remove products to the stock. Each time a user places an order, the stock must be updated. 7. The searching results must be list with the product description (Name, department, type, and price) and a picture. 8. Once the user selects a product, the system must present a new page with the complete product description including a bigger picture.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning ASP.NET 2.0 And Databases

Authors: John Kauffman, Bradley Millington

1st Edition

0471781347, 978-0471781349

More Books

Students also viewed these Databases questions

Question

Find dy/dx if x = te, y = 2t2 +1

Answered: 1 week ago