Build a RESTful Web service

Assignment Help Other Subject
Reference no: EM132370989

Architecture and Systems Integration Assignment -

Case Study: easyJet - Technology Strategy

Founded in 1995 by British Cypriot entrepreneur Stelios Haji-Loannou, easyJet is a low-cost European airline based in London United Kingdom. EasyJet expanded into Europe with acquisitions including Swiss charter TEA Basel AG and British Go-Fly in the early 2000s. EasyJet outlined a renewed digital strategy in 2012 which gave it a competitive advantage in increased revenues, increased connection with passengers and cutting costs. In a September 2018 shareholder statement easyJet said:

"Over the past three years easyJet has been investing in its commercial IT platform which has delivered revenue benefits through significant improvement in the customer facing website and seating capability, as well as improvements in underlying resilience and control systems. However, easyJet has now made the decision to change its approach to technology development through better utilisation and development of existing systems on a modular basis, rather than working towards a full replacement of our core commercial platform. As a result of this change in approach, we are recognising a non-headline charge of around GBP65 million relating to IT investments and associated commitments we will no longer require. easyJet will continue to invest in its digital and eCommerce layers that will enable it to continue to offer a leading innovative, revenue enhancing and customer friendly platform." (easyJet trading statement, 28 September 2018).

Part of easyJet technology strategy is to integrate Cloud services such as Microsoft Azure into its existing system. This is a modular approach where, instead of totally rewriting the whole system (at great expense), Cloud services can be integrated with the existing system to provide additional functionality. An example is where easyJet wanted to add aircraft passenger seat allocation into its existing Reservation system. Because the existing system could not accommodate the infrastructure required for the additional functionality, and instead of redeveloping the whole system on the cloud, easyJet created and integrated a Cloud service to work alongside the reservations system. EasyJet continue to integrate digital services such as smartphone and wearable apps, third party applications such as Apple Pay, Flight Tracker, predictive maintenance, volcanic ash detection (AVOID) and many others.

After evaluating various platforms, easyJet decided to adopt a Service Oriented Architecture (SOA) for its future IT infrastructure. easyJet executives would like to gain a deeper understanding of:

  • Computing and storage infrastructure design,
  • Information integration,
  • Application and Service Integration, and
  • Technologies behind Application and Service Integration including a small specific demonstration of these technologies along with a brief explanation of the concepts and principles of how it works.

There are 2 parts to this Assignment:

Part 1 - Integration Demo

easyJet have been looking for ways to help passengers to plan their journeys. Your Integration Demo will demonstrate a basic passenger journey planning microservice using service-oriented architecture. You will use a Google Maps Mashup to plot a passenger journey (including a number of 'stop-overs'). Your Google Maps Mashup will capture the endpoint coordinates (along with the name the passenger chooses for their journey) and send them to your microservice for storage. You will also be able to recall a stored passenger journey from your microservice and replot it on your Google Map Mashup. Please follow the instructions carefully. There are two major components in the demo system:

1. Microservice server demo. In this demo, you are required to build a RESTful Web service which supports two services:

'saveJourney' query from the client browser similar to '/saveJourney?journey=[xml object]'. This server Web Service will accept an XML object with similar format to Figure 1. As part of the python service you are required to:

i. accept the XML object and extract the journey name which will become an xml file name (e.g. 'Journey 1.xml'),

ii. Store the journey information in an .xml file using the Journey name as the file name.

  • 'getJourney' query from the client browser similar to '/getJourney?jouney=[journey name]' will retrieve the passenger journey information from the server:

i. The journey name will be accepted, and the corresponding xml file will be retrieved and returned as an XML object to the Google Maps Mashup.

The Python Bottle framework is required for this implementation. A Python scrip file with the name 'microservice.py' will contain this RESTful Microservice Demo.

2. Mashup demo. In this demo, you are required to build a html Google Maps Mashup application which accepts a journey name as the input. There three functions (buttons on the html page) are required after the html page is initiated with a raw map:

Function 1 - Clicking on the Map will create markers and polylines between markers as you continue selecting locations. These polylines between markers will simulate a passenger journey for which you will input a name, collect the coordinates and their order into an XML object, and send to your microservice via your AJAX web service.

Function 2 - you will need to be able to clear the map back to its raw newly initiated state.

Function 3 - you will be able to type a journey name into the input and retrieve a passenger journey from your microservice and populate the map with the saved journey:

i. This function will retrieve an XML object from your microservice via another AJAX web service.

ii. once your AJAX service receives the object it will need to extract the individual latitude and Longitude coordinates from the XML object and push them into the MVCArray.

A HTML file 'plan_journey_map.html' should be implemented. In this file, a text field is provided at the page top to accept passenger's route name input. In addition, three buttons are required to implement the three functions.

Very Important Note: For ease of demonstration to easyJet executives, your code must be self-contained and run easily in PyCharm. In addition to using Standards based HTML, JavaScript and Python, the Python 'Bottle' module is the only additional framework you should use. ALL required files must be provided with your submission and should not require any extra installation.

HINT: Most of the code for this assignment is demonstrated in the workshops.

Part 2 - Integration Report

In addition to the above Demo code (40%) you are required to include a Report (60%) Based on the above case study explaining the key concepts for:

  • The demo design and implementation (including instructions on running your code).
  • Information Management and Integration
  • Application and Data Storage Infrastructure design, and
  • Application and Service Integration

Please use the following outline in your report:


Title

Major Outcomes

1

Introduction


2

Information Management and Integration

Discuss and design strategies to integrate the multiple data sources developed and used by different teams for various business units and departments.

3

Application and Data Storage Infrastructure Design

Discuss various cloud options and their suitability. Design a cloud infrastructure strategy.

4

Application and Service Integration

There are many different types of applications and services coexisting in easyJet, including legacy applications, internal Web services, and external Web services. Some external services are provided by business partners and others are from public service providers such as Google Map and Google Search. Discuss and design service and application integration strategies.

5

RESTful Web services

Explain RESTful Web services and how they were applied in your Demo

6

Mashups

Explain Mashup principles and how it was applied in your Demo

7

Conclusion


Report should be no less than 1500 words and it would be best to be no longer than 2000 words.

Assignment Guidelines -

This assignment will take a number of weeks to complete and will require a good understanding of application and information integration technologies for successful completion. It is imperative that students take heed of the following points in relation to doing this assignment:

1. Ensure that you clearly understand the requirements for the assignment - what has to be done and what are the deliverables.

2. If you do not understand any of the assignment requirements - Please ASK the lecturer or your tutor.

3. Each time you work on any aspect of the assignment reread the assignment requirements to ensure that what is required is clearly understood.

Attachment:- Architecture and Systems Integration Assignment File.rar

Reference no: EM132370989

Questions Cloud

Management functions include setting and measuring goals : Management functions include setting and measuring goals for a company, determining which elements are key to a particular situation,
Global strategies and global logistics and distribution : GLOBAL MARKETING MANAGEMENT-Global Strategies. Global Logistics and Distribution. Politics, Law and Research
Entrepreneurship and innovation toolkit : Based on Chapter 2 of Entrepreneurship and Innovation Toolkit, find one area of interest to explore in greater depth.
Demonstrate the necessary knowledge and skills : Demonstrate the necessary knowledge, skills, and abilities to be a successful executive in today's government contracting and acquisition organizations.
Build a RESTful Web service : ICT321 Architecture and Systems Integration Assignment, University of the Sunshine Coast, Australia. Build a RESTful Web service
Summary of reflective capability and learning : MBA600 Capstone Assignment - Reflective Essay, Kaplan Business School, Australia. Summary of reflective capability and learning
Who benefits from importation of tomatoes grown in Mexico : Read the "Tomato Wars" case (on chapter 9) and answer the questions that accompany the case. Who benefits from importation of tomatoes grown in Mexico
What is the pv of all costs from commuting by a car : (a) What is the PV of all costs from commuting by a car? By a plane? (b) How much do you save in present value terms by commuting by a plane for the next year?
Perform a sensitivity analysis on npv of the project : Perform a sensitivity analysis on NPV of the project on the following scenarios: (i) Sales increases/decreases by 10%. (ii) Cost of capital increases

Reviews

len2370989

9/14/2019 5:56:01 AM

Task consists of a demo code package and a technical report for the integration plan. Submit your work as a .zip file, which contains the code files (another .zip file) and your report (a .docx file), to Blackboard Task 2. Please follow the submission instructions described in this document. The task is an individual assignment and will be marked out of a total of 100 marks and forms 40% of the total assessment for the course. Requests for an extension to an assignment MUST be made to the course coordinator prior to the date of submission and requests made on the day of submission or after the submission date will only be considered in exceptional circumstances. Code Package Format - The code implementation should be with Python 3 and PyCharm. You are required to compress all your Python code, data files and all supporting packages/modules into one .zip file and upload it to Blackboard. Make sure your demo code is runnable in PyCharm after being unzipped.

len2370989

9/14/2019 5:55:54 AM

Your report should be no less than 1500 words and it would be best to be no longer than 2000 words. The report MUST be formatted using the following guidelines: Paragraph text - 12 point Calibri single line spacing, Headings - Arial in an appropriate type size, Margins - 2.5cm on all margins, Header - Report title, Footer - page number (including the word "Page"), Page numbering - roman numerals (i, ii, iii, iv) up to and including the Table of Contents, restart numbering using conventional numerals (1, 2, 3, 4) from the first page after the Table of Contents. Title Page - Must not contain headers or footers. Include your name as the report's author. The report is to be created as a single Microsoft Word document (version 2007, 2010, 2013 or Office 365). No other format is acceptable and doing so will result in the deduction of marks.

len2370989

9/14/2019 5:55:41 AM

Systems Integration and Report Rubric - Skillful and proficient RESTful Web service server will listen on a TCP port and accept, process and serve XML data with no errors. Input error handling. Very logically set out code with clearly documented code. HTML script will access, process and show data from two sources no errors. Well set out HTML page with intuitive functionality Clearly documented code. Clear definition of Enterprise Information Integration. Clear elaboration of the three data integration methods with explanations (including advantages and disadvantages of each) and examples of how each method could be applied in the case study. Clear explanation of cloud infrastructure. Clear identification and elaboration on the types of cloud infrastructure (including advantages and disadvantages of each) and how each cloud type could be applied to the case study. Clear cloud strategy recommendation.

len2370989

9/14/2019 5:55:34 AM

Clear explanations and examples of the three main methods of Enterprise Application Integration (EAI) including the advantages and disadvantages of each. Clear recommendations on how EAI can be applied in the case study. An accurate and logical explanation of RESTful Web services and how they could apply in other applications as well as applied to the demo code. Clear instructions on how the demo code should be executed. An accurate and logical explanation of Mashup principles and how they could apply in other applications as well as applied to the demo code. Clear instructions on how the demo code should be executed.

Write a Review

Other Subject Questions & Answers

  Write response on sex behavior

Sexual violence is a crime that happens far too often and to many women and men. Approximately 1 in 4 women and 1 in 6 men have been sexually abused.

  Explain the special issues a mental health practitioner

Be sure to reference the media, Faller's article, and the article you researched for this discussion. Explain the special issues a mental health practitioner should consider if a child sex abuse evaluation is part of a broader family court evaluat..

  Issues involved in assessing validity claim

This experience led her to conclude that these memories should have been repressed for many years. Explain the issues involved in assessing validity of Elaine's claim."

  Discuss when crustal and oceanic plates converge

When Crustal and Oceanic plates converge, which one is undergoing subduction

  Write two brief messages for the chosen prompt

Write two brief messages for the chosen prompt. First write your message using the direct approach. Then revise your message to demonstrate the indirect approach

  Should sexuality education be taught in schools

Should sexuality education be taught in schools? Given the research on various types of sexuality education, what type of sexuality education program would you recommend and why

  Discuss the nature and history of the puritan protectorate

Briefly discuss the nature and history of the Puritan Protectorate. Discuss the ways non-Muslims were treated in the Islamic world

  Essays should be focused on making a debatable claim

Analytical essays should be focused on making a debatable claim about the work in question

  Would you say that the estimated fall in consumption

Would you say that the estimated fall in consumption is large in magnitude? Comment on the practical versus statistical significance of this estimate.

  Big data and analytics assignment - analytic report

purpose of the oral presentation is to provide an opportunity for students to present the results of DATA Analysis and to share this knowledge while practicing

  Give your opinion on whether the decision

Give your opinion on whether the decision from this case is ethical or not. Explain your answer.

  Station in the emergency department

You are returning to your office from lunch, and you pass by the nurses’ station in the emergency department. You turn to say something to a couple of the nurses there and notice a group of about 15 people gathered around one of the resident physicia..

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