<< 1 >>
Rating:  Summary: Web services in Java well covered Review: As titles go "Google, Amazon, and Beyond" sounds to me like Buzz Lightyear's latest slogan, but it's actually quite a good book about writing software to consume and provide web services.
The first two chapters are introductory material, though the authors quickly introduce some code with JavaScript routines to talk to both Google and Amazon. The second of them does a good job explaining the intricacies of DOM and how you use it to build a web page in Java. Then the authors get down to some serious work at using Java, including stand-alone applications and applets, to access web services.
They move fast throughout the book; this is not one to read quickly or without ready access to a computer. That said, the writing is good; the text is understandable and all the code is well explained.
The book covers a wide gamut of techniques and technologies, including SOAP and REST on the query side, and XSLT and XPath on the output side.
Then the book moves on to instructions for offering your own services. This part of the book starts off with WebDAV using Tomcat, though there is a short digression into Java Server Pages before really getting down to the nitty gritty. Finally the book shows how to use WSDL and Axis to easily create full web applications.
You can see that this volume covers a lot of territory. This breadth may well be the book's largest flaw; its wide reach means no topic gets a really deep coverage and a number of topics do not get the coverage they deserve. Indeed I would have to say that only a much better Java programmer than I would get full value from this volume -- there were parts where the authors lost me entirely and it took an effort to get back my understanding, occasionally resorting to a Java manual.
The publishers have a page for the book that has an example chapter, table of contents, index and source code. The example chapter, 4, details how to build a SOAP server using Java and provides an excellent example for the book. If you're a little unsure of your Java skills, take a look at this chapter and see if you can easily understand the code and explanation. If you can, then this volume should have no surprises for you.
It should be said that nothing about the book's cover tells you how much of it relies on Java, though a good read of the table of contents makes it obvious. I would have personally preferred a book that was more general in the programming language it used, covering more of the tactics and methods rather than examining specific code. If, on the other hand, you are an experienced Java programmer looking for a book on programming web services in that language, then this is an excellent volume.
Rating:  Summary: A bunch of technologies Review: Web Services are a promising future for distributed computations on the net. So far there has been much speculation. But to develop anything nontrivial presents a severe problem to programmers. It is hard to simulate a large, multigigabyte database, that has credible applications.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.
Rating:  Summary: Too much triviality Review: Yes, this book deals with many aspects of Web Services technology. 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.
<< 1 >>
|