Develop a shopping carts application , JAVA Programming

Assignment Help:

To develop a shopping carts application for an online store of your choice

Outcomes:

1. Apply the GUI components of Java and other tools to create user-friendly interfaces.

2. Explore best practices for designing, developing and deploying web applications.

3. Implement JSP and other Java web technologies to create multi-tier web applications.

4. Work effectively in teams.

5. Enhance presentation as well as communication skills.

Project features:

Use cases:

The application has the following requirements:

1. The user browses to the application and is presented with a list of products categories depending on the type of the store.

2. The user selects a product category and is presented with a list of products that are within the selected category.

3. The user can also search for a particular product.

4. The user clicks a link to add a product to the shopping cart.

5. The user clicks a menu link to view the current contents of the shopping cart. This page, My Cart page, presents a list of the shopping cart items, along with the quantity and price of each. At the bottom of the list is the total value of the cart. The quantity of each item is presented in a way that the user can modify to change the quantity in the cart. At the bottom of the list is an Update button that refreshes the page and updates the user's shopping cart with the new quantities.

6. From the My Cart page, the user can select to clear the entire cart, removing all items. When the user selects this link, all items are removed from the cart and the user is presented with the list of product categories.

7. The user selects a Checkout button from the menu and is presented with a form that collects personal and credit card number information. The form ensures that all values are entered, and appropriate validation is performed against the zip code field and the credit card number. The verification mechanism if of your choice: JavaScript or on server validation. At the base of the form, the current content and value of the order are again displayed.

Business Rules:

- A purchase order must be made through a customer account. This account must be authenticated using a valid login and password.

- A customer is identified by email. System must guarantee the uniqueness - one email can identified one and only one account.

- A unique order number/confirmation number must be generated for each order that is placed.

- Every order/confirmation must have the current date and time (server time).

- Every product is identified by unique ID and has: name, description, price and quantity on stock.

- Quantity is decreased when item is sold.

- Quantity is an integer number equal or greater than 0 (zero). Negative quantity is not allowed Important guidelines:

  • A text file or database can be used to store the information.
  • The interface must be user-friendly and have a professional look-and-feel.
  • Appropriate validations must be done.
  • MVC model should be followed
  • Add any two additional features to enhance the functionality of your application.
  • Use appropriate comment entries to signify your course code, team name and each member's student ID, last name and first name.

Related Discussions:- Develop a shopping carts application

Explain multi dimentional arrays in java, Explain multi dimentional arrays ...

Explain multi dimentional arrays in java? So far all these arrays have been one-dimensional. That is, a single number could locate any value in the array. Therefore sometimes d

Develop billing software, Develop Billing Software Project Description: ...

Develop Billing Software Project Description: Need software to print bills on A4 paper in the format provided. The details are shown below - 1. Serially generated Invoice

Explain what is fontmetrics in java, Explain what is FontMetrics in Java? ...

Explain what is FontMetrics in Java? No word wrapping is completed when you draw a string in an applet, even if you embed newlines in the string along with \n. If you expect th

Write a java client by using arraylists, 1. The purpose of this problem is ...

1. The purpose of this problem is to practice using ArrayLists.Write a Java client file containing a mainmethod plus other methods as needed to solve the following problem (no clas

Nested if.., WAP to input a 4 digit no and find greatest using nested if

WAP to input a 4 digit no and find greatest using nested if

Encapsulation, Defines to keeping all the related members together in an ob...

Defines to keeping all the related members together in an object. Specifying member variables as private may hide the methods and variables. Objects should hide their inner working

Whatsapp bulk messenger to unlimited numbers, Whatsapp bulk messenger to un...

Whatsapp bulk messenger to unlimited numbers Project Description: Develop a desktop application or script solution to bulk whatsapp sms without getting any block from the wha

Illustrate an example of static variables, Illustrate an example of static ...

Illustrate an example of static variables System. out .println("some text"); -- out is a static variable JOptionPane. showMessageDialog (null, "some text"); -- showMessageDi

write program a, How do I write a program a bout Rotor cipher

How do I write a program a bout Rotor cipher?

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd