RESTful Web Services

Download free course RESTful Web Services, pdf file on 448 pages by Leonard Richardson, Sam Ru.

You've built web sites that can be used by humans. But can you also build web sites that are usable by machines? That's where the future lies, and that's what RESTful Web Services shows you how to do.
 
The World Wide Web is the most popular distributed application in history, and Web services and mashups have turned it into a powerful distributed computing platform. But today's web service technologies have lost sight of the simplicity that made the Web successful. They don't work like the Web, and they're missing out on its advantages.

This book puts the "Web" back into web services. It shows how you can connect to the programmable web with the technologies you already use every day. The key is REST, the architectural style that drives the Web. This book:
  • Emphasizes the power of basic Web technologies -- the HTTP application protocol, the URI naming standard, and the XML markup language
  • Introduces the Resource-Oriented Architecture (ROA), a common-sense set of rules for designing RESTful web services
  • Shows how a RESTful design is simpler, more versatile, and more scalable than a design based on Remote Procedure Calls (RPC)
  • Includes real-world examples of RESTful web services, like Amazon's Simple Storage Service and the Atom Publishing Protocol
  • Discusses web service clients for popular programming languages
  • Shows how to implement RESTful services in three popular frameworks - Ruby on Rails, Restlet (for Java), and Django (for Python)
  • Focuses on practical issues: how to design and implement RESTful web services and clients

This is the first book that applies the REST design philosophy to real web services. It sets down the best practices you need to make your design a success, and the techniques you need to turn your design into working code. You can harness the power of the Web for programmable applications: you just have to work with the Web instead of against it. This book shows you how.


Table of contents

  • The Programmable Web and Its Inhabitants
  • Writing Web Service Clients
  • What Makes RESTful Services Different?
  • The Resource-Oriented Architecture
  • Designing Read-Only Resource-Oriented Services
  • Designing Read/Write Resource-Oriented Services
  • A Service Implementation
  • REST and ROA Best Practices
  • The Building Blocks of Services
  • The Resource-Oriented Architecture Versus Big Web Services
  • Ajax Applications as REST Clients
  • Frameworks for RESTful Services
  • Some Resources for REST and Some RESTful Resources
  • The HTTP Response Code Top 42
  • The HTTP Header Top Infinity
Pages : 448
Size : 6.2 MB
File type : PDF
Downloads: 157
Created: 2022-02-03
License: CC BY
Author(s): Leonard Richardson, Sam Ru
RESTful Web Services

Others Web, Rest API Tutorials

Others related eBooks about RESTful Web Services

PrestaShop Developer Guide

Download free Prestashop document, course and tutorial training, PDF file on 37 pages intended to beginners whos wants to build his own online commerce store....

PHPUnit Manual

Download free course PHPUnit Manual, pdf file on 178 pages by Sebastian Bergmann....

Responsive Web Design Tutorial

Download free Responsive Web Design With fluid grids for desktop, tablet, and mobile, with example and exercises, course material, tutorial training, a PDF file under 30 pages by Tim Davison....

The Web as History

Download free course The Web as History, pdf file on 298 pages by Niels Brügger, Ralph Schroeder....

MySQL tutorial for professionals

Download free MySQL tutorial course in PDF, training file in 70 chapters and 199 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

An Introduction to ReactJS

React is a JavaScript framework. Using the framework is as simple as including a JavaScript file in our HTML and using the React exports in our application's JavaScript. With this tutorial, we're starting out at the beginning. Let's look at what React is and what makes it tick. We'll discuss why we...

Introduction to HTML

This tutorial is an introduction designated to some basics of HTML (HyperText Markup Language) ,small document training under 24 pages for brginners....

AJAx and JQuery

Download PDF tutorial about AJAx and JQuery ,the basics that you should know to build an interacting web site without requiring a page reload....

React JS Notes for Professionals

Download free course React JS Notes for Professionals, pdf file on 109 pages by Stack Overflow Community....

Learn Ruby on Rails, PDF Tutorial

This is a PDF tutorial about Ruby on Rails under 39 pages by Bhaskar Vaish, you will learn how to build web application using a Rails framework application....