Leonard Richardson and Sam Ruby are writing a book about web services and REST. They
see superficial bloat in the way web services are built today. In
short, they say to build a web page, you only need to know HTTP
and HTML but to build Web Service a huge load of technologies has
to be integrated:
XML, SOAP, WSDL, UDDI, WS-Policy, WS-Security, WS-Eventing,
WS-Reliability, WS-Coordination, WS-Transaction, WS-Notification,
WS-BaseNotification, WS-Topics, WS-Transfer
From a conceptual point of view, web pages appear to be the
modest, hard-working older brother of the good-looking
blabbermouth web services. How come?
REST defines web services with the tools of web pages—HTTP and
URIs. Those who claim that this won't scale the book simply asks
why the web scales when it is based on the same tools?—Touché.
With REST every resource has …
[Read more]