Differences between revisions 4 and 5
Revision 4 as of 2025-02-17 17:03:20
Size: 484
Editor: 정수
Comment:
Revision 5 as of 2025-02-17 17:03:48
Size: 1082
Editor: 정수
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:

Imagine the programmable web as an ecosystem, like the ocean, containing many kinds of strange creatures. Ancient scientists and sailors classified sea creatures by their superficial appearance: whales were lumped in with the fish. Modern scientists classify animals according to their position in the evolutionary tree of all life: whales are now grouped with the other mammals. There are two analogous ways of classifying the services that inhabit the programmable web: by the technologies they use (URIs, SOAP, XML-RPC, and so on), or by the underlying architectures and design philosophies.

Leonard Richardson, Sam Ruby

2008년 저작이라서 좀 오래됐음.

Chapter 1. The Programmable Web and Its Inhabitants

Kinds of Things on the Programmable Web

The programmable web is based on HTTP and XML. Some parts of it serve HTML, JavaScript Object Notation (JSON), plain text, or binary documents, but most parts use XML. And it’s all based on HTTP: if you don’t use HTTP, you’re not on the web.

Imagine the programmable web as an ecosystem, like the ocean, containing many kinds of strange creatures. Ancient scientists and sailors classified sea creatures by their superficial appearance: whales were lumped in with the fish. Modern scientists classify animals according to their position in the evolutionary tree of all life: whales are now grouped with the other mammals. There are two analogous ways of classifying the services that inhabit the programmable web: by the technologies they use (URIs, SOAP, XML-RPC, and so on), or by the underlying architectures and design philosophies.

책/RESTfulWebServices (last edited 2025-02-17 17:27:47 by 정수)