Skip to Content
Modern API Development with Spring and Spring Boot
book

Modern API Development with Spring and Spring Boot

by Sourabh Sharma
June 2021
Intermediate to advanced
582 pages
11h 12m
English
Packt Publishing
Content preview from Modern API Development with Spring and Spring Boot

Assessments

This section contains the answers to the questions from every chapter.

Chapter 1 – RESTful Web Services Fundamentals

  1. RESTful became popular because it works on top of HTTP protocol, which is the backbone of the internet. You don't need separate protocol implementations such as SOAP. You can use the existing web technologies to implement the REST APIs, with simple application integration compared to other technologies available at the time. REST APIs make application integration simpler compared to other technologies available at the time.
  2. RESTful services work on REST, which works on web resources. Resources represent domain models. Actions are defined using HTTP methods, which are performed on web resources. It also allows clients ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Modern API Development with Spring 6 and Spring Boot 3 - Second Edition

Modern API Development with Spring 6 and Spring Boot 3 - Second Edition

Sourabh Sharma

Publisher Resources

ISBN: 9781800562479Supplemental Content