- Paperback: 320 pages
- Publisher: APRESS (1 Dec 2003)
- Language English
- ISBN-10: 1590591313
- ISBN-13: 978-1590591314
- Product Dimensions: 23.4 x 17.9 x 2.3 cm
- Amazon Bestsellers Rank: 994,105 in Books (See Top 100 in Books)
- See Complete Table of Contents
| |||||||||||||||
|
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details. |
Product details
|
readable, accessible and eminently practical...
- TechBookReport
...quite a good book about writing software to consume and provide web services.
- Slashdot
While many books are focused on the underlying technologies of web services and others are dedicated to providing web services, few books show how to consume web services. Google, Amazon, and Beyond: Creating and Consuming Web Services provides a thorough review of the technologies and techniques for connecting client applications to services of all kinds.
Using a decidedly hands-on approach, authors Alexander Nakhimovsky and Tom Myers present extensive examples of programming with XML, SOAP, REST, and WSDL in JavaScript (tested in IE and Mozilla) and in Java (using open-source tools available on Windows, Linux, and OS X).
Tag this product(What's this?)Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items. |
|
There are no customer reviews yet on Amazon U.K.
|
||||||||||||||||||||
|
Unfortunately, the authors haven't hesitated to fill this book with a lot of triviality and white space. You'll have to read through many extensive descriptions and a lot of javascript that doesn't deserve much attention. Selecting the right object in IE or Netscape makes the presented code qualify as a Cross-Browser Framework. And when moving from javascript to java, the authors seem to be unaware of any OO methodology, sticking to static procedural implementations. Experienced java and C++ programmers will gradually loose interest when reading this book.
Where other authors delightfully underline the Author's Press promise, these authors bring disappointment to the serious reader.
Luckily, two successful Internet companies, Google and Amazon, have done so. They offer access to their data via XML queries. The authors thus explain how you can sign up with these companies and use their Web Services as a testbed. They treat each company separately and show examples of how you can mine the data and possibly integrate it with your own data and display the results, typically in a browser fashion.
The companies are used as learning examples, since many of you are likely to have already used their regular browser based offerings. The authors use this familiarity to motivate why and how you can get at the data, without all that HTML clutter of a pre-Web Service screen scraping approach. They also use this as a vehicle to explain how to use DOM, SOAP, XSLT and JSPs on your website, as part of your Web Service. Tomcat is chosen as the web container because it is very stable and, let's face it, free. So you do gain fluency in an impressive number of important packages.
They even offer examples of how to use DAV. This, in the 10 year history of the web, refers to distributed authoring. It was present in the http specifications of 1992/3. But this has rarely been implemented in browsers or http servers ever since. A backwater that is now starting to attract attention. Especially when recast in the rubric of Web Services.
|