Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Design Problems Three design problems are listed on the pages that follow. Select the most appropriate design pattern to use to address the problem and
Design Problems Three design problems are listed on the pages that follow. Select the most appropriate design pattern to use to address the problem and clearly motivate how it addresses the problem. Furthermore, show an appropriate class diagram followed by enough code fragments to illustrate the implementation of your pattern. To clarify, you will do three things for each problem. First, list a pattern that you think best solves the problem along with justification for why you chose it/ why it works. Second, draw UML that represents that pattern in the context of the problem. Third, include code fragments/snippets that illustrate application of the pattern. 10. (20 points). You have been hired to work for a web-based personal financial management service (like mint.com). Users can get an overview of their financial situation and they can add checking, savings and credit card accounts from different banks that are conveniently compiled into one or more views. Users can access this financial management service either through a desktop application or a mobile device like an iPhone which have different screen sizes and interaction capabilities and hence different views may be required. Bank accounts are checked periodically and whenever a new transaction is detected views must be updated. Design Problems Three design problems are listed on the pages that follow. Select the most appropriate design pattern to use to address the problem and clearly motivate how it addresses the problem. Furthermore, show an appropriate class diagram followed by enough code fragments to illustrate the implementation of your pattern. To clarify, you will do three things for each problem. First, list a pattern that you think best solves the problem along with justification for why you chose it/ why it works. Second, draw UML that represents that pattern in the context of the problem. Third, include code fragments/snippets that illustrate application of the pattern. 10. (20 points). You have been hired to work for a web-based personal financial management service (like mint.com). Users can get an overview of their financial situation and they can add checking, savings and credit card accounts from different banks that are conveniently compiled into one or more views. Users can access this financial management service either through a desktop application or a mobile device like an iPhone which have different screen sizes and interaction capabilities and hence different views may be required. Bank accounts are checked periodically and whenever a new transaction is detected views must be updated
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started