|
|||||||||||||||||||||||||||||||||||
|
11 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
28 of 29 people found the following review helpful:
2.0 out of 5 stars
Good intro to WSDL, SOAP, and UDDI but light on JWSDP,
By
Amazon Verified Purchase(What's this?)
This review is from: Java Web Services (Paperback)
At 250 pages, this book is a good introduction to Java web services but there just isn't enough material here to do serious Java development. The coverage of WSDL, SOAP, and UDDI gives a good overview but is too short for some actually deploying a web service. And there are only 26 pages devoted to JAX-RPC and JAXM, the most important Java APIs for web services. A better book is "Building Web Services with Java" (Sams) but even that has only a cursory review of Sun's Java Web Services Developer Pack. If you're a serious developer, you'll need to download JWSDP from Sun and go through the tutorial to learn the APIs.
18 of 18 people found the following review helpful:
1.0 out of 5 stars
Out of date,
By Patrick Carroll "Winebibber. Java/JEE Develo... (Atlanta, GA USA) - See all my reviews (VINE VOICE) (REAL NAME)
This review is from: Java Web Services (Paperback)
I bought this, hoping to be able to use it on a web services project I'm doing.
I find it's completely out of date. Both Sun's JWSDP and Apache Axis have moved on since this was written, and you'll get better information from their websites than you'll get from this book. Don't bother with it.
19 of 20 people found the following review helpful:
5.0 out of 5 stars
Covers Everything,
By
This review is from: Java Web Services (Paperback)
If you are serious about implementing a web services solution or just curious about this emerging technology, Java Web Services is a must for your bookshelf. This book does not only focus on the spectrum of technologies that make up web services, but also the concepts needed to fully understand the associated architecture and implement a successful strategy.Although the back cover claims that the book is for the experienced Java developer, you don't have to be a Java or XML expert to read this book. The clarity of the text and the brief overview of technologies before elaborating, will give any reader a worthwhile experience. Chapter 3 on SOAP is probably the best breakdown of SOAP I have ever read. For this reason, I recommend this book for anyone planning for web services and not only with Java. The examples might be given in Java, but-in keeping with web services architecture-the concepts are platform-independent. The chapter "SOAP: The Cornerstone of Interoperability" gives practical examples; from a simple SOAP message to more advanced topics like routing and faults. Developers will probably be most interested with the SOAP-RPC section, which is essential for consuming web services. One of the most interesting things about the book is its style. Web services is a whole mess of technologies but, rather then mixing them up, the authors took a very modular approach. This way, each chapter can be read individually without confusion. At the same time, the early chapters get you ready for the more advanced topics down the road. Enterprise developers should take careful note on the chapters dealing with J2EE and especially JMS. Expect J2EE to be the platform of choice for deploying web services. As web services advance, expect reliability and security to be key factors to the success of their deployment. That is why JMS will be a key component in insuring reliability and is given nice coverage. Maybe they saved the best for last by covering web services security briefly in the last chapter. Many topics were discussed briefly throughout the book. Not because of their lack of importance, but because the technologies or still works in progress. Expect them to be covered in future editions as standards evolve. In conclusion, Java Web Services will provide you with the knowledge to fully implement a web services solution. The book has examples of both creating and consuming web services and everything in between. I guarantee if you read this you will be on your way to becoming one of the web services elite.
13 of 14 people found the following review helpful:
1.0 out of 5 stars
The content is dated!,
By Jennifer Hampton (Chicago, IL) - See all my reviews
This review is from: Java Web Services (Paperback)
The content in this book is a little dated. For a current book on Web Services check out either the Wiley book (Developing Java Web Services) or my favorite Java Web Services Architecture.
9 of 9 people found the following review helpful:
2.0 out of 5 stars
nice overview...but,
By A Customer
This review is from: Java Web Services (Paperback)
This book is a nice overview of Web Servcies and a high level descirption of the technologies involved. It does, however, lack the details of the inner workings of a Web Service. There is little or nothing mentioned on the rpcrouter servlet, deployment descriptors, the soap admin council and the scope of a web service. It is a good book for the developer who is looking for basics when starting out looking into web services, but not a real good book for developers at the next level.
4 of 4 people found the following review helpful:
3.0 out of 5 stars
Nothing Special,
By Terry Smith "http://terrysmith.net -- http:/... (Little Rock, AR USA) - See all my reviews (REAL NAME)
This review is from: Java Web Services (Paperback)
I wish I could recommend a better introduction to Java Web Services. David Chappell usually does a good job at explaining new technologies in simplified form; however, he falls short with this one. It comes very close to being a step-by-step, build-up tutorial but falls short. If you already know SOAP, perhaps coming from the .NET world and you just need to make the right connections in the Java world, then this would be a good book for you. However, if you don't know SOAP and you're looking for a thorough understanding of what's going on under the covers before you move on to advanced APIs, then this is not your best bet. Actually, I'm not sure what is. I started writing such a tutorial myself but got distracted by other projects. However, this book is solidly average, nothing necessary wrong with that, and if you can find it at a good discount it's a decent buy.
3 of 3 people found the following review helpful:
4.0 out of 5 stars
Makes it understandable...,
By Thomas Duff "Duffbert" (Portland, OR United States) - See all my reviews (VINE VOICE) (TOP 500 REVIEWER) (HALL OF FAME REVIEWER) (REAL NAME)
This review is from: Java Web Services (Paperback)
This book covers the topic of web services, primarily from a Java perspective. It assumes a familiarity with Java and XML so as to be able to follow the code examples. The chapters are as follows: Welcome To Web Services, Inside The Composite Computing Model, SOAP: The Cornerstone Of Interoperability, SOAP-RPC, SOAP-Faults, and Misunderstandings, Web Services Description Language, UDDI: Universal Description, Discovery, and Integration, JAX-RPC and JAXM, J2EE and Web Services, Web Services Interoperability, and Web Services Security.Review The good thing here is that many of the examples are given using the Apache Tomcat server as the mechanism for processing the request. This is great in that you can download that software for free from the Apache site. This book doesn't go into detail as to how Tomcat is set up and configured, however. You need to work through that on your own. Once you get to that point, you can use Tomcat to play with the examples that are used throughout the book. While they can look complex and intimidating, you can learn a lot from them. As a Notes/Domino developer, I learned a lot by reading the book. Am I ready to start developing web services? Not hardly. But I do understand more of the concepts behind how they work. Since web services often use servlets to process requests, Notes/Domino 5 doesn't fit the traditional picture of the technology. But since web services usually involve SOAP XML statements sent to a server, there's no reason you couldn't program a web service in Domino as a web agent that runs when a user submits a web page or runs a URL that activates a server agent. The processing is done and then returned to the client as an XML page. Once you read and digest the basic concepts behind it all, it all starts to come together. Conclusion
6 of 9 people found the following review helpful:
5.0 out of 5 stars
A Keeper,
By "rick_m_hightower" (Tucson, AZ United States) - See all my reviews
This review is from: Java Web Services (Paperback)
I have several books on Web Services. This is the one I use the most. It needs to be updated. Web Services is still evolving too quick for books to keep up. I cannot wait for the second edition of this book.
2 of 3 people found the following review helpful:
4.0 out of 5 stars
Nice intro, clear layout,
By grandpiano_57 "James" (Burlington, CT USA) - See all my reviews
This review is from: Java Web Services (Paperback)
Not that dated, you will get the background that is behind all the hype and you will get some hands on. Not a first choice but it is a solid review and a book I still keep on my desk. Get this and of course one of the newer titles. The new ones may be hyping something that isn't going to happen, at least with this one you will find most of the topics still are the cornerstones of web services. There is gold in them there hills, and those hills are strewn with books discarded too soon as old. Many explain things very well and offer knowledge. Nice book.
3 of 6 people found the following review helpful:
5.0 out of 5 stars
Informative Read,
By Deke Flesche (Chicago) - See all my reviews
This review is from: Java Web Services (Paperback)
I've just seen this book and am happy with the focus and the attention to detail. Beyond the useful framework to get up to speed with web services, you can see the details that tells you the authors know what they are doing. If you are building Web Services and using Java tools--which you should be doing!--this book is what you need. Whether your interest is in programming Web Services, in using technologies like XML or SOAP, or just in understanding why Web Services are generating so much excitement, I highly recommend this book. |
|
Most Helpful First | Newest First
|
|
Java Web Services by David A. Chappell (Paperback - Mar. 2002)
$39.99 $35.31
In Stock | ||