reklama - zainteresowany?

Real World Web Services. Integrating EBay, Google, Amazon, FedEx and more - Helion

Real World Web Services. Integrating EBay, Google, Amazon, FedEx and more
ebook
Autor: Will Iverson
ISBN: 978-05-965-5263-3
stron: 224, Format: ebook
Data wydania: 2004-10-04
Księgarnia: Helion

Cena książki: 143,65 zł (poprzednio: 167,03 zł)
Oszczędzasz: 14% (-23,38 zł)

Dodaj do koszyka Real World Web Services. Integrating EBay, Google, Amazon, FedEx and more

Tagi: Bezpieczeństwo sieci | Bezpieczeństwo systemów | Bezpieczeństwo WWW | Hacking

The core idea behind Real World Web Services is simple: after years of hype, what are the major players really doing with web services? Standard bodies may wrangle and platform vendors may preach, but at the end of the day what are the technologies that are actually in use, and how can developers incorporate them into their own applications? Those are the answers Real World Web Services delivers. It's a field guide to the wild and wooly world of non-trivial deployed web services.The heart of the book is a series of projects, demonstrating the use and integration of Google, Amazon, eBay, PayPal, FedEx, and many more web services. Some of these vendors have been extremely successful with their web service deployments: for example, eBay processes over a billion web service requests a month!The author focuses on building 8 fully worked out example web applications that incorporate the best web services available today. The book thoroughly documents how to add functionality like automating listings for auctions, dynamically calculating shipping fees, automatically sending faxes to your suppliers, using an aggregator to pull data from multiple news and web service feeds into a single format or monitoring the latest weblog discussions and Google searches to keep web site visitors on top of topics of interest-by integrating APIs from popular websites most people are already familiar with.For each example application, the author provides a thorough overview, architecture, and full working code examples.This book doesn't engage in an intellectual debate as to the correctness of web services on a theological level. Instead, it focuses on the practical, real world usage of web services as the latest evolution in distributed computing, allowing for structured communication via Internet protocols. As you ll see, this includes everything from sending HTTP GET commands to retrieving an XML document through the use of SOAP and various vendor SDKs.

Dodaj do koszyka Real World Web Services. Integrating EBay, Google, Amazon, FedEx and more

 

Osoby które kupowały "Real World Web Services. Integrating EBay, Google, Amazon, FedEx and more", wybierały także:

  • Profesjonalne testy penetracyjne. Zbuduj wÅ‚asne Å›rodowisko do testów
  • Windows Server 2003. BezpieczeÅ„stwo sieci
  • Spring Security. Kurs video. Metody zabezpieczania aplikacji webowych
  • BezpieczeÅ„stwo systemów informatycznych. Zasady i praktyka. Wydanie IV. Tom 2
  • Hartowanie Linuksa we wrogich Å›rodowiskach sieciowych. Ochrona serwera od TLS po Tor

Dodaj do koszyka Real World Web Services. Integrating EBay, Google, Amazon, FedEx and more

Spis treści

Real World Web Services. Integrating EBay, Google, Amazon, FedEx and more eBook -- spis treści

  • Real World Web Services
  • Preface
    • Organization
    • Conventions Used in This Book
    • Using Code Examples
    • Comments and Questions
    • Acknowledgments
  • 1. Web Service Evolution
    • 1.1. Client/Server Origins
    • 1.2. The Undefined Web
      • 1.2.1. Scraping Data
      • 1.2.2. Fragile Interdependence
    • 1.3. Planning for Interdependence
  • 2. Foundations of Web Services
    • 2.1. Basic Networking
      • 2.1.1. Streams of Bytes
      • 2.1.2. Network Vagaries
    • 2.2. HTTP
      • 2.2.1. GET
      • 2.2.2. POST
      • 2.2.3. Potential of Bytes
    • 2.3. From HTTP to RPC
      • 2.3.1. Leaky RPC Plumbing
      • 2.3.2. RPC Meets the Internet
      • 2.3.3. Evolving to SOAP
      • 2.3.4. SOAP
      • 2.3.5. Web Services Definition Language
  • 3. Development Platform
    • 3.1. Tools and Projects Used
      • 3.1.1. Apache Jakarta Tomcat
      • 3.1.2. Apache XML-RPC
      • 3.1.3. Apache Axis
    • 3.2. Test Drive
      • 3.2.1. Our First SOAP Server
      • 3.2.2. Dynamic SOAP Client
      • 3.2.3. Static SOAP Client
      • 3.2.4. When WSDL Changes
    • 3.3. Other Platforms
      • 3.3.1. PHP
      • 3.3.2. Perl
      • 3.3.3. Microsoft
  • 4. Project 1: Competitive Analysis
    • 4.1. Application Features
      • 4.1.1. Listing Searches
      • 4.1.2. Adding Searches
      • 4.1.3. Viewing a Search
      • 4.1.4. Removing a Search
      • 4.1.5. Updating a Search
    • 4.2. Gathering Web Service Data
      • 4.2.1. Connecting to Amazon
      • 4.2.2. Connecting to eBay
        • 4.2.2.1. eBay API wrapper
        • 4.2.2.2. eBay connectivity
      • 4.2.3. Connecting to Google
      • 4.2.4. Developer Tokens
  • 5. Project 2: Auctions and Shipping
    • 5.1. Auction Listing XML
    • 5.2. Processing the Auction XML
    • 5.3. Connecting to FedEx
  • 6. Project 3: Billing and Faxing
    • 6.1. Starting the Transaction
    • 6.2. Getting a Transaction Notification
    • 6.3. Responding to the Transaction
  • 7. Project 4: Syndicated Search
    • 7.1. Making Feeds Available
      • 7.1.1. Examining RSS Feed Generation
    • 7.2. Using an Aggregator
  • 8. Project 5: News Aggregator
    • 8.1. Getting Started
    • 8.2. Deleting a Watcher
    • 8.3. Current Watcher Listing
    • 8.4. Watcher Implementation
      • 8.4.1. AbstractWatcher Implementation
      • 8.4.2. Amazon Watcher
      • 8.4.3. eBay Auction Watcher
      • 8.4.4. eBay Search Watcher
      • 8.4.5. Google Watcher
      • 8.4.6. RSS Watcher
    • 8.5. Going Further with Quartz
  • 9. Project 6: Audio CD Catalog
    • 9.1. CDDB
    • 9.2. Building a CD Catalog
  • 10. Project 7: Hot News Sheet
    • 10.1. Presenting the News
    • 10.2. Gathering the News
  • 11. Project 8: Automatic Daily Discussions
    • 11.1. Weblogs
      • 11.1.1. XML-RPC and Weblogs
    • 11.2. Generating Posts
    • 11.3. Generating a LiveJournal Post
    • 11.4. Viewing the Blogger Post
  • 12. Future Web Service Directions
    • 12.1. Future Technologies
      • 12.1.1. REST
      • 12.1.2. UDDI
      • 12.1.3. Rendezvous
      • 12.1.4. BPEL/BPEL4WS
    • 12.2. Future Directions
      • 12.2.1. Lowering the Bar
      • 12.2.2. Understanding the Business Model
      • 12.2.3. Security
      • 12.2.4. Consolidation
  • Index
  • About the Author
  • Colophon
  • Copyright

Dodaj do koszyka Real World Web Services. Integrating EBay, Google, Amazon, FedEx and more

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.