Answered step by step
Verified Expert Solution
Question
1 Approved Answer
On Spring Java Question 1: (80 marks) Foreigner guide software is responsible for viewing and recommending various places. In the process of designing and developing
On Spring Java
Question 1: (80 marks) Foreigner guide software is responsible for viewing and recommending various places. In the process of designing and developing such software you as part of the development team are required to Phase 1 (50 marks) Implement a RESTful Web Service with appropriate annotations to add locations of restaurant, hotel, museum, etc. to be used later in the software. The places' data associated with a specific place type are saved in a Jason Array of place objects in a file named after the place type. Each place object contains the following data: place_name, place_type, latitude, longtitude. Provide an example of the URL that could be used to access the Web service given that the site is http://ForeignerGuide_site.com Phase 2:20 marks) Implement Caeser Cipher to encrypt the sent data using a predetermined key, initialized to be the last digit of your id, at the client of the service and decrypt the received data before saving Phase 3:(10 marks) Suggest a cloud infrastructure design for the complete system that takes high availability into consideration with a detailed description of each used component. Question 2 :(20 marks) Road-Accidents reporting system is supposed to work in a mobile environment. Compare between the some mobile application types, web application and hybrid, then determine the best usable type and justify your choice for the current situation. Using the following criteria for the comparison table 1- The app maintenance cost (app update) 2- The responsiveness and load time of the app (online and off line) 3- The efficiency of the app to take advantage of the device resources 4. The technology used to develop the app Based on the result of the comparison table provide a justification of your design choice for acceptance or rejection for each choice Question 1: (80 marks) Foreigner guide software is responsible for viewing and recommending various places. In the process of designing and developing such software you as part of the development team are required to Phase 1 (50 marks) Implement a RESTful Web Service with appropriate annotations to add locations of restaurant, hotel, museum, etc. to be used later in the software. The places' data associated with a specific place type are saved in a Jason Array of place objects in a file named after the place type. Each place object contains the following data: place_name, place_type, latitude, longtitude. Provide an example of the URL that could be used to access the Web service given that the site is http://ForeignerGuide_site.com Phase 2:20 marks) Implement Caeser Cipher to encrypt the sent data using a predetermined key, initialized to be the last digit of your id, at the client of the service and decrypt the received data before saving Phase 3:(10 marks) Suggest a cloud infrastructure design for the complete system that takes high availability into consideration with a detailed description of each used component. Question 2 :(20 marks) Road-Accidents reporting system is supposed to work in a mobile environment. Compare between the some mobile application types, web application and hybrid, then determine the best usable type and justify your choice for the current situation. Using the following criteria for the comparison table 1- The app maintenance cost (app update) 2- The responsiveness and load time of the app (online and off line) 3- The efficiency of the app to take advantage of the device resources 4. The technology used to develop the app Based on the result of the comparison table provide a justification of your design choice for acceptance or rejection for each choiceStep 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