Develop a java application for a large company

Assignment Help JAVA Programming
Reference no: EM131421655

For this assignment, you will need to refer to a set of requirements, design the program, and then create the code.

Application Requirements

You have been requested to develop a Java application for a large company that provides members and the general public an online product catalog for ordering items like books, DVDs, clothes, household products, and so forth. There are several levels of users, including public (user has not registered), level 1 member, level 2 member, and level 3 member. The level 1 member pays a small monthly subscription fee. Level 2 members are associated with a small business who pays an annual fee covering less than 100 members. Level 3 members are employees of large corporations (more than 100 members) who subscribe annually. As the level increases, so does the discount. The following list highlights these requirements.

The requirements for the application are as follows:

  • The application will act as an online ordering system.
  • The company accepts orders online and ships those items to the customer address.
  • Customers must create a line of credit prior to placing an order.
  • Customers view products from the catalog of items.
  • Customers place orders.
  • The administrator updates account information on behalf of members.
  • Administrators add, delete, and modify items in the catalog.
  • The application is able to run under most operating systems, including UNIX and Windows, and has a modern graphical user interface.
  • The application is designed for future growth.

Part 1 - Review the requirements and, using Visio, develop your design by creating use case diagrams, a class diagram, and a sequence diagram. Templates can be found in Visio by accessing the UML System template. There is a use case shape to help you create your use case diagrams. There is a UML sequence shape. Under "More Shapes," you will find an entity relationship shape for your class diagram.

Refer to a Visio tutorial to learn Visio basics. (https://support.office.com/en-us/article/Tutorial-for-Visio-2016-c8fd9b8b-6e8c-4252-937d-a0eea0cddd94)

Use case diagrams are used to summarize the relationships between use cases, actors, and systems.

  • Use Case 1: Create Account
  • Use Case 2: Place Order
  • Use Case 3: Add Product to Catalog
  • Use Case 4: Update Account Information

Sequence diagram that illustrates the various object interactions in their proper sequential order.

Class diagrams depict the objects and information structures used by the application. The definition of a class is independent of the application itself. Classes describe the objects managed by the application but are independently defined. Be sure to show relationships between class objects, attributes, data types, and methods in your diagram.

  • Class 1: Account
  • Class 2: Account Level
  • Class 3: Address
  • Class 4: Products
  • Class 5: Order
  • Class 6: Line Item

Once you have completed your diagrams, copy them into a Word document that will serve as your application design document. Include explanations for each diagram in your design document.

Part 2 - Create pseudocode that describes the necessary flow of your program with respect to both creating a user account and placing an order. This information should be included in your application design document. This information should be included in your application design document.

Part 3 - Explain your steps regarding taking the business requirements and developing your application design. Provide details as to the importance of following these important steps prior to coding the application. Describe the advantages and disadvantages to this process. Discuss how this process relates to the software development life cycle.

Parts 1, 2, & 3 are all included in the application design document.

Reference no: EM131421655

Questions Cloud

Is given strong evidence that the warehouse is failing : Is this strong evidence that the warehouse is failing to meet the company goal? Test an appropriate hypothesis and state your conclusion.
Examine the effectiveness of the two employment law : From the e-Activity, examine the effectiveness of the two (2) employment law that you deem to be the most influential. Support your response with two(2) current case involving the chosen law.From the e-Activity, select two (2) negative or adverse ..
What amount of interest would scott pay for each option : What total amount of interest would Scott pay for each option? Describe the advantages and disadvantages of each financing option. If you were Scott, which of these three financing options would you use and why?
Compare the accuracy of forecast one and forecast two : The table below shows the results of two methods (Forecast 1 and Forecast 2) of forecasting for frozen prepared dinners, as well as the demand for the eight periods. Compare the accuracy of Forecast 1 and Forecast 2 by calculating the Mean Absolute D..
Develop a java application for a large company : You have been requested to develop a Java application for a large company that provides members and the general public an online product catalog for ordering items like books, DVDs, clothes, household products, and so forth
Is the rate of twin births the same among very young mothers : In 2001 a national vital statistics report indicated that about 3% of all births produced twins. Is the rate of twin births the same among very young mothers?
Discuss the payout strategy selected by your firm : Discuss the payout strategy selected by your firm. What did the firm announce? Why did the firm make the announcement? Based on your study of dividends and other payouts does the strategy make sense?
Compare and contrast three voices of freedom excerpts : Compare and contrast three Voices of Freedom excerpts. Using these primary source excerpts, answer the following questions: how has the definition of freedom changed from the first document to the third? In what way (or ways) has the meaning of fr..
Test an appropriate hypothesis and state your conclusion : Test an appropriate hypothesis and state your conclusion. Be sure the appropriate assumptions and conditions are satisfied before you proceed.

Reviews

len1421655

3/10/2017 12:24:40 AM

Parts 1, 2, & 3 are all included in the application design document. Developing applications requires much forethought and planning. This project will guide you through the various steps of designing a program that meets a set of requirements. When requirements are understood, software development techniques and tools can be applied to design the objects needed by the program. Once the design has been determined, program logic can be defined. Finally, writing source code can begin.

Write a Review

JAVA Programming Questions & Answers

  Writing a program that computes the average salary

The first programming project involves writing a program that computes the average salary for a collection of employees of different types. This program consists of four classes

  Construct a bulls and cows program for my intro java class

construct a Bulls and Cows program for my intro Java class. This program needs to perform the basic functions of the game (determining how many cows there are and how many bulls there are and tell the player when they win), but it also needs to offer..

  What are command line arguments in java

Modify the program such that if there are no command line arguments, when you type:

  Defined the class person to store the name of a person

The methods that we included merely set the name and print the name of a person. Redefine the class Person so that, in addition to what the existing class does

  Define a class called counter

Define a class called Counter. An object of this class is used to count things, so it records a count that is a non negative whole number. Include methods to set the counter to 0, to increase the count by

  Develop a one player java multiple choice math game

Display a suitable welcome message to the player and a comprehensive description regarding the rules of the game - You have been asked to develop a one player java multiple choice math game that tests children, between ages 8 to 13 years old, abilit..

  Implement a class datetypethat manages a calendar

Implement a class dateTypethat manages a calendar

  Create an array of integers at random

create an array of integers at random with a range of 0 through 1000 in Java... any hints?

  Write a code bmitable java that produces a table of bmi

The goal of this lab is to write a code BMITable.java that produces a table of BMI (the Body-Mass Index). The body-mass index of a person is determined by the height and weight of the person, given by the formula.

  Write a jsp program that generates subtraction quiz randomly

Write a JSP program that generates subtraction quizzes randomly, as shown in Figure 43.14a (http://postimg.org/image/ze4uwdhqp/) . The first number must always be greater than or equal to the second number.

  Create a console-based program and a gui application

Create a console-based program and a GUI application, which justifies the following conditions: The Main() method prompts the user for an integer value and, in turn.

  Write a java program to accept integer values

Write an algorithm, draw a flow chart and write a java program to accept integer values from keyboard and will find and print the minimum, maximum, summation and average of entered numbers when the number entered from keyboard is smaller than 1

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