Please see attachment
Assignment 5 –Application Classes and Architecture
Purpose
The purpose of this assignment is to begin the design modeling for our ITOT Case Study.
For this assignment, you will develop an application class diagram that includes entity, view, and controller classes as well as an architecture diagram.
In this assignment we will begin the design for the case study, the IT Online Training Project. You have already completed sample analysis specifications for this case study. This assignment is based on the IT Online Training Project Requirements 2018R
2
. In this assignment you will develop an application class diagram and the software architecture for the application. The software architecture is usually developed at the very beginning of analysis and design, is continually updated, and is the guiding document for the design of the application.
You will use the new
Design Specification Template 2018
document to create your design specifications. Make certain that you keep the formatting and numbering of the template for your assignments. The Design Specification Template is a Word file with predefined sections that you will complete each week as you did with the Analysis Specification. In this assignment you will create an application class diagram for your detailed use case and you will also create a system architecture for your application.
In this assignment you will complete the following sections of your Design Specification:
1, 1.1, 1.2, 1.3 Introduction to the Project
2, 2.1, 2.2, 2.3, 2.3 System Architecture Diagram for Case Study
3, 3, 3.1, 3.2, 3.3, 3.4, 3.5 4+1 Architecture
4, 4.1, 4.2
Application Class Diagram
Instructions
1. Review the IT Online Training Project Requirements 2018R
2
and your previous submission for the project.
2. Review the Quick Resources listed at the end of this assignment and the resources for Week 4..
3. Open the
Design Specification Template 2018
and save it as ENTD321Assignment5_FirstNameLastName.
4. Sections 1, 1.1, 1.2, and 1.3. Complete Sections 1, 1.1, 1.2, and 1.3 of the Design Specification. These are just introductory comments. You can use the Analysis and Requirements Specification documents as references.
Application Class Diagram
5. Sections 4, 4.1, 4.2. Develop an application class diagram that includes entity classes (domain classes), view (boundary) classes like screens and forms, and controller classes that mediate between the view classes and model classes.
5.1 Use your detailed use case (Manage Shopping Cart) as the basis as well as your sequence diagram. Review other use cases to make certain that the application class diagram supports the use case functions. Usually we start with one controller for each use case and name it using the name of the use case and the word “Controller”.
5.2 So for application class diagram start with a controller named after your detailed use case. Use your CASE tool to create the application class diagram. Add text that includes your name and course number directly on the diagram.
5.3 Add view classes for the forms you identified for your detailed use case in your analysis specification.
5.4 Use your sequence diagram for your detailed use case and add the objects as classed to your application class diagram.
5.5 Include a discussion of your application class model and how it works.
5.6 Insert your application class diagram into Section 4.1 of your design specification. Complete Sections 4 and 4.2 (discussion) of your design specification.
System Architecture Diagram
6. Sections 2, 2.1, 2.2, .2.3. Develop a System Architecture diagram for your IT Online Training application and include a discussion of the 4+1 architecture. Use some of the Microsoft suggested techniques or the web application techniques and present your architecture. I suggest that you might want to look at the Microsoft generic MVC architecture discussed in Lesson 5 and the Web Architecture article at the end of this assignment.
6.1 Use your CASE or other tool and create an architecture diagram for the IT Online Training application. Insert it into Section 2.3 of your design specification. Complete Sections 2 (introduction to contents of section), 2.1 (assumptions and dependencies), 2.2 (general constraints), and 2.3.1 (discussion) of your specification.
7. Sections 3, 3.1, 3.2, .3.3, 3.4, and 3.5. Complete Sections 3, 3.1, 3.2, .3.3, 3.4, and 3.5 with an analysis of the 4+1 Architecture. See FCGSS (2007) in the Quick Resources . Each section has instructions for completing it. Essentially you will include the following:
3.1 Logical View –a brief description of the UML diagram you would propose and if you have already created the model, insert your model into the section.
3.2 Process View–include a brief description of the UML model you would propose for this view and if you have already created the model, insert your model into the section.
3.3 Implementation or Development View–a brief description of the UML diagram you would propose and if you have already created the model, insert your model into the section.
3.4 Deployment View–include a brief description of the UML model you would propose for this view and if you have already created the model, insert your model into the section.
3.5 Use Case View–include a brief description of the UML model you would propose for this view and if you have already created the model, insert your model into the section.
Submission Instructions
1. Make certain that your name and course number at the top of the document.
2. When you submit your Word file, use your name as part of the file name, e.g., ENTD321Assignment5_FirstNameLastName
Your assignment will be graded with the following rubric:
Rubric for Assignments |
Points |
Content & Development 50% |
50/50 |
Organization 20% |
20/20 |
Format 10% |
10/10 |
Grammar, Punctuation, & Spelling 15% |
15/15 |
Readability & Style 5% |
5/5 |
Timeliness (late deduction 10 points) Optional |
|
Total |
100/100 |
Quick Resources
Application Class Diagram
1. See Application Class Diagram for an example of an application class diagram and discussion of MVC (Model View Controller).
2. For a discussion of how web pages are integrated into development software see ASP.NET MVC Web-Tier. (2003). Retrieved from
http://msdl.cs.mcgill.ca/presentations/030613.Codagen/MVCWebApplication
. This article describes the use of templates for class diagram, web page class diagrams (application class diagram), and navigation activity diagrams for the development of web based applications.
3. Another example of an application class diagram can be found at
http://www.cs.gordon.edu/courses/cs211/AddressBookExample/Analysis.html
.
Use Case Controller
s
1. See the article Use Case Controller that discusses the use of controllers for a Place Order use case. The article takes the Place Order use case discusses it and its activity diagram. Figure 4 on the Place Order realization shows different classes (controllers, interfaces (views), and entity classes) required to implement the use case. Figure 5 shows mockups of the forms for the user interface. Figure 6 shows the relationships between the different types of objects in the MVC pattern. Figure 7 shows a generic model of the pattern. Implementation details follow in the article.
4+1 Architecture
1. Use the following article from your readings to help determine the appropriate UML diagrams to use:
FCGSS. (2007). Applying 4+1 View Architecture with UML 2. Retrieved March 20, 2013 from
http://www.sparxsystems.com/downloads/whitepapers/FCGSS_US_WP_Applying_4+1_w_UML2
. Covers each of the 4+1 Views with suggestions for using them
2. See the following for a sample architecture for a Course Registration System similar to yours:
Software Architecture Document Version 1.0. Retrieved from
http://www.ecs.csun.edu/~rlingard/COMP684/Example2SoftArch.htm#Purpose
.
Web Architecture
1. Microsoft. (2016). Chapter 21: Designing Web Applications. Retrieved from
https://msdn.microsoft.com/en-us/library/ee658099.aspx
. This includes a generic web architecture that can be customized for our case study.
2. Generic Web based architecture. Microsoft, (n.d.). Chapter 2: Key Principles of Software Architecture. Retrieved 3/29/2013 from http://msdn.microsoft.com/en-us/library/ee658124.aspx.
Software for Architecture Diagrams
Our CASE tool does not provide good features for constructing an architecture diagram. You can use draw.io, Word, Visio or other tool.
IT Online Training Application Design Specification
< According to FCGSS (2007), the deployment or physical view” encompasses the nodes that form the system’s hardware topology on which the system executes; it focuses on distribution, communication and provisioning.” This view maps the software to the hardware components. Include a brief description of the UML diagram you would propose for this view. If you have already created this model, insert it and a discussion here.>
< Provide a test scenario for your detailed use case. Include the test scenario name and description.>
Test Scenario Name:
Test Scenario Description:
Test Case 1 Name:
Test Case 1 Description:
Test Case 1 Prerequisites:
Test Case 1 Steps
Test Case 1 Input
Test Case 1 Expected Result
Test Case 1 Actual Result
Test Case 1 Status
>
Test Case 2 Name:
Test Case 2 Description:
Test Case 2 Prerequisites:
Test Case 2 Steps
Test Case 2 Input
Test Case 2 Expected Result
Test Case 2 Actual Result
Test Case 2 Status
>
Appendix.
IT Online Training Application Project Part II Page 11
6.2.1 Test Case 1 Discussion
6.3 Test Case 2
6.3.1 Test Case 2 Discussion
7. Data Design
7.1 Persistent Data Model
7.1.2 Persistent Data Model Discussion
7.2 SQL Statements
7.2.1 SQL Statement Discussion
8. Program Implementation
8.1 Java for Classes
8.2 Program Implementation Discussion
We provide professional writing services to help you score straight A’s by submitting custom written assignments that mirror your guidelines.
Get result-oriented writing and never worry about grades anymore. We follow the highest quality standards to make sure that you get perfect assignments.
Our writers have experience in dealing with papers of every educational level. You can surely rely on the expertise of our qualified professionals.
Your deadline is our threshold for success and we take it very seriously. We make sure you receive your papers before your predefined time.
Someone from our customer support team is always here to respond to your questions. So, hit us up if you have got any ambiguity or concern.
Sit back and relax while we help you out with writing your papers. We have an ultimate policy for keeping your personal and order-related details a secret.
We assure you that your document will be thoroughly checked for plagiarism and grammatical errors as we use highly authentic and licit sources.
Still reluctant about placing an order? Our 100% Moneyback Guarantee backs you up on rare occasions where you aren’t satisfied with the writing.
You don’t have to wait for an update for hours; you can track the progress of your order any time you want. We share the status after each step.
Although you can leverage our expertise for any writing task, we have a knack for creating flawless papers for the following document types.
Although you can leverage our expertise for any writing task, we have a knack for creating flawless papers for the following document types.
From brainstorming your paper's outline to perfecting its grammar, we perform every step carefully to make your paper worthy of A grade.
Hire your preferred writer anytime. Simply specify if you want your preferred expert to write your paper and we’ll make that happen.
Get an elaborate and authentic grammar check report with your work to have the grammar goodness sealed in your document.
You can purchase this feature if you want our writers to sum up your paper in the form of a concise and well-articulated summary.
You don’t have to worry about plagiarism anymore. Get a plagiarism report to certify the uniqueness of your work.
Join us for the best experience while seeking writing assistance in your college life. A good grade is all you need to boost up your academic excellence and we are all about it.
We create perfect papers according to the guidelines.
We seamlessly edit out errors from your papers.
We thoroughly read your final draft to identify errors.
Work with ultimate peace of mind because we ensure that your academic work is our responsibility and your grades are a top concern for us!
Dedication. Quality. Commitment. Punctuality
Here is what we have achieved so far. These numbers are evidence that we go the extra mile to make your college journey successful.
We have the most intuitive and minimalistic process so that you can easily place an order. Just follow a few steps to unlock success.
We understand your guidelines first before delivering any writing service. You can discuss your writing needs and we will have them evaluated by our dedicated team.
We write your papers in a standardized way. We complete your work in such a way that it turns out to be a perfect description of your guidelines.
We promise you excellent grades and academic excellence that you always longed for. Our writers stay in touch with you via email.