Question #2 You are developing a new application, which runs on a single machine
ID: 3598558 • Letter: Q
Question
Question #2
You are developing a new application, which runs on a single machine. You plan to create different configurations of the system to meet the needs of your customers. The selected architecture should be easily adoptable to different customer contexts, e.g. use of a different GUI implementation, use of a different database implementation, without affecting the actual application logic of the application.
Please choose 1. An appropriate architectural style ,2. Justify your decision briefly. (1-2 sentences) 3. List also some disadvantages of this architecture style.
1. Architectural style selected:
2. Justification
3. Disadvantages of the selected architectural style:
Explanation / Answer
Answer:-
Model view controller (MVC) software architectural design is appropriate for this Application.
It allows code use and parallel development of code.
This model is typically used for GUI Applications, as we are emerging GUI application this will suit.
Languages like java, php, and ruby have MVC frame work which will help.
Disadvantages: Frame work coding is complex, because it uses layers. Developer essential knowledge in multiple technologies.