RESTful Web Services (häftad)
Fler böcker inom
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
419
Utgivningsdatum
2007-06-01
Upplaga
1
Förlag
O'REILLY & ASSOCIATES
Medarbetare
Hansson, David Heinemeier
Illustrationer
illustrations
Dimensioner
235 x 180 x 27 mm
Vikt
660 g
Antal komponenter
1
ISBN
9780596529260
RESTful Web Services (häftad)

RESTful Web Services

Häftad Engelska, 2007-06-01

Slutsåld

"Every developer working with the Web needs to read this book." -- David Heinemeier Hansson, creator of the Rails framework

"RESTful Web Services finally provides a practical roadmap for constructing services that embrace the Web, instead of trying to route around it." -- Adam Trachtenberg, PHP author and EBay Web Services Evangelist

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.
Visa hela texten

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av författarna

Övrig information

Leonard Richardson has been programming since he was eight. Recently the quality of his code has improved somewhat. He is responsible for libraries in many languages, including Rubyful Soup. A California native, he now works in New York. He maintains a website at http://www.crummy.com/. Sam Ruby takes a perverse pleasure in integrating disparate things. He is a Vice President of the Apache Software Foundation, chairman of the Jakarta project, member of the XML PMC. He is an officer of ECMA and convener of the TC39 group standardizing the CLI for DotNet. He is a member of the PHP group, and developer on the Apache Soap and Bean Scripting Framework projects. He is currently employed by IBM.

Innehållsförteckning

ForewordPrefaceChapter 1: The Programmable Web and Its InhabitantsChapter 2: Writing Web Service ClientsChapter 3: What Makes RESTful Services Different?Chapter 4: The Resource-Oriented ArchitectureChapter 5: Designing Read-Only Resource-Oriented ServicesChapter 6: Designing Read/Write Resource-Oriented ServicesChapter 7: A Service ImplementationChapter 8: REST and ROA Best PracticesChapter 9: The Building Blocks of ServicesChapter 10: The Resource-Oriented Architecture Versus Big Web ServicesChapter 11: Ajax Applications as REST ClientsChapter 12: Frameworks for RESTful ServicesSome Resources for REST and Some RESTful ResourcesThe HTTP Response Code Top 42The HTTP Header Top InfinityColophon