Презентация RestFul Services. Part 2 онлайн

На нашем сайте вы можете скачать и просмотреть онлайн доклад-презентацию на тему RestFul Services. Part 2 абсолютно бесплатно. Урок-презентация на эту тему содержит всего 21 слайд. Все материалы созданы в программе PowerPoint и имеют формат ppt или же pptx. Материалы и темы для презентаций взяты из открытых источников и загружены их авторами, за качество и достоверность информации в них администрация сайта не отвечает, все права принадлежат их создателям. Если вы нашли то, что искали, отблагодарите авторов - поделитесь ссылкой в социальных сетях, а наш сайт добавьте в закладки.



Оцените!
Оцените презентацию от 1 до 5 баллов!
  • Тип файла:
    ppt / pptx (powerpoint)
  • Всего слайдов:
    21 слайд
  • Для класса:
    1,2,3,4,5,6,7,8,9,10,11
  • Размер файла:
    516.26 kB
  • Просмотров:
    60
  • Скачиваний:
    0
  • Автор:
    неизвестен



Слайды и текст к этой презентации:

№1 слайд
RestFul Services. Part .
Содержание слайда: RestFul Services. Part 2.

№2 слайд
Agenda What is Rest?
Содержание слайда: Agenda What is Rest? Conceptual overview Restful Web services SOAP vs REST High-level example: hotel booking Technologies Using HTTP to build REST Applications

№3 слайд
Содержание слайда:

№4 слайд
Содержание слайда:

№5 слайд
Conceptual Overview
Содержание слайда: Conceptual Overview Representational State Transfer (REST) Representational State Transfer (REST) A style of software architecture for distributed hypermedia systems such as the World Wide Web. REST is basically client/server architectural style Requests and responses are built around the transfer of "representations" of "resources". REST is centered around two basic principles: Resources as URLs. A resource is something like a "business entity" in modelling lingo. It's an entity you wish to expose as part of an API. Almost always, the entity is a noun, e.g. a person, a car, or a football match. Each resource is represented as a unique URL. Operations as HTTP methods. REST leverages the existing HTTP methods, particularly GET, POST, PUT, and DELETE.

№6 слайд
RESTful Web Service
Содержание слайда: RESTful Web Service definition A RESTful Web service is: A set of Web resources. Interlinked. Data-centric, not functionality-centric. Machine-oriented. Like Web applications, but for machines. Like SOAP, but with more Web resources.

№7 слайд
SOAP
Содержание слайда: SOAP

№8 слайд
A SOAP service has a single
Содержание слайда: A SOAP service has a single endpoint that handles all the operations – therefore it has to have an application-specific interface. A RESTful service has a number of resources (the collection, each entry), so the operations can be distributed onto the resources and mapped to a small uniform set of operations.

№9 слайд
Содержание слайда:

№10 слайд
Hotel booking workflow Hotel
Содержание слайда: Hotel booking workflow Hotel booking workflow Retrieve service description Submit search criteria according to description Retrieve linked details of interesting hotels Submit payment details according to selected rate description Retrieve confirmation of booking 2b. Retrieve list of user's bookings

№11 слайд
search date, city search
Содержание слайда: search(date, city) search(date, city)  list of hotels & rates getHotelDetails(hotel)  hotel details reserve(rate, creditCard)  confirmationID getConfirmationDetails(confID)  confirmation details listMyBookings()  list of confirmationIDs

№12 слайд
RestFull Services.
Содержание слайда: RestFull Services. Technologies Todays’s set of technologies, protocols and languages used to apply RESTful paradigm: HTTP as the basis XML and JSON for data exchange AJAX for client-side programming (e.g. browser)

№13 слайд
Содержание слайда:

№14 слайд
Содержание слайда:

№15 слайд
Содержание слайда:

№16 слайд
Содержание слайда:

№17 слайд
Содержание слайда:

№18 слайд
Содержание слайда:

№19 слайд
Содержание слайда:

№20 слайд
Содержание слайда:

№21 слайд
Содержание слайда:

Скачать все slide презентации RestFul Services. Part 2 одним архивом: