Skip to content
Scan a barcode
Scan
Paperback Ebay Application Development Book

ISBN: 1590593014

ISBN13: 9781590593011

Ebay Application Development

Select Format

Select Condition ThriftBooks Help Icon

Recommended

Format: Paperback

Condition: Very Good

$7.19
Save $27.80!
List Price $34.99
Almost Gone, Only 2 Left!

Book Overview

This book is written for software developers proficient in writing applications in a commonly used programming language such as Perl, C#, C++ or Java. The examples in the book are written in C# and Perl, but I explain enough Perl and C# along the way that skilled engineers can follow my examples. While an understanding of the basic principles behind Web software development (HTTP, security concerns, XML, and the like) is helpful, I do not presume...

Customer Reviews

3 ratings

Best hardcopy resource for Ebay SDK.

This is may be the only hard copy resource for information on the Ebay SDK and API. I found this book easy to follow and well organized. The samples were easy to understand and to the point. The samples in the book are written in C# and PHP and are followed by detailed sections on what each part of the code does. I found using this book was much easier than trying to navigate the Ebay documentation. The book is seperated into basically two sections one focused on the SDK and the other focused the API. The part I found most useful was the chapter on the Integration Library. This chapter dicusses synchronizing data between your application and Ebay. This chapter alone will get you thinking of any number of useful applications you could build. The examples were very useful in providing an understanding of the Integration Library. If you are doing any Ebay development work this is an invaluable resource.

Good introduction.

This is a good introduction to eBay's new public interface and developer program, focusing primarily on how to build applications for desktop users with their SDK. It does a good job introducing not just the interfaces and API's but also the basics of Web programming at the same time.In reading it, I got a good understanding of what I could and couldn't do with eBay, and a better start than I would have with the eBay documentation alone.

Use an XML feed or an SDK

One of the great successes online is eBay. A not-so-small cottage industry has arisen to help users buy or sell more easily. Of this, an important subset handles cases where users are companies that might want to integrate and automate their inventory needs with eBay.Rischpater points out that there are two ways to do this. The first, and chronologically it certainly was, is to write code that screen scraps eBay pages and extracts the desired data. Brittle. Because when eBay changes the layout, it breaks the scraping and you have to recode. There is also a problem for eBay. If you scrape, you end up discarding most of the page, like the HTML formatting commands. Unnecessary bandwidth usage, on both your end and eBay's. More burden on their servers. The problem for eBay is that it cannot stop scraping. Indistinguishable from users manually requesting pages. So in part because of this, eBay offers an XML data feed and a higher level Software Development Kit (SDK). The XML feed is conceptually the simplest and also the most general, for your computer operating system and language can be anything that has an XML parser. Like linux and C++ or Java, for example. If you already know XML, this will be easy.But the bulk of his presentation centres around using the SDK. This is a set of .NET assemblies (class libraries). So you are restricted to running your application on Microsoft Windows, because currently that is the only thing that supports .NET. But one of the virtues of .NET is that it supports a host of languages, like C, C++. C# and Perl. He strongly suggests that you consider using the SDK, and an associated library, because these are well debugged by eBay and offer functionality that has been found to be broadly useful by many developers. Whereas using the raw XML feed requires you to replicate some or most of this functionality.Still, both are good choices, as compared to screen scraping. The book's explanations are good enough that you can tackle either.
Copyright © 2024 Thriftbooks.com Terms of Use | Privacy Policy | Do Not Sell/Share My Personal Information | Cookie Policy | Cookie Preferences | Accessibility Statement
ThriftBooks® and the ThriftBooks® logo are registered trademarks of Thrift Books Global, LLC
GoDaddy Verified and Secured