Product Details
Java Web Services in a Nutshell

Java Web Services in a Nutshell
By Kim Topley

List Price: $39.95
Price: $20.84 & eligible for FREE Super Saver Shipping on orders over $25. Details

Availability: Usually ships in 24 hours
Ships from and sold by Amazon.com

40 new or used available from $1.99

Average customer review:

Product Description

Java Web Services in a Nutshell begins with an introduction to Java web services, including a discussion of how they differ from web applications. The author looks at the protocols and interfaces that underpin web services, the J2EE technologies that address web services, WSDL as the means for describe web services, and more. Subsequent chapters cover:

  • JAX-RPC
  • SOAP and the SOAP with Attachments API for Java (SAAJ)
  • Reliable SOAP messaging with JAXM
  • WSDL
  • Advanced JAX-RPC
  • JAXR, the XML-based registry API
  • Web Services Tools
The balance of the book is made up of an API Quick Reference containing documentation for the various API packages. Intended for Java developers who need to implement Java services or who need their applications to access existing web services, Java Web Services in a Nutshell delivers practical information to help developers make sense of the rapidly changing and poorly organized official documentation. If web services and Enterprise Java are any part of your job description -- of if you'd like them to be -- you'll want this book close beside as you work.


Product Details

  • Amazon Sales Rank: #699301 in Books
  • Published on: 2003-06
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 600 pages

Editorial Reviews

About the Author

Topley is a Sun Certified Java Programmer and Developer.


Customer Reviews

Good book if you've already been introduced to web services.4
If you start reading about web services developed in Java, you'll quickly find that there are a number of Java technologies that come into play. These include SOAP, UDDI, WSDL, and others. Since you'll need to know about all of them to effectively develop your services, you'll need a book that covers those areas in detail. One of your choices would include Java Web Services In A Nutshell.

Like all Nutshell books, this is not an entry-level tutorial on the subject. It assumes preexisting knowledge so that less time is spent on the basics and more space can be devoted to the more complex intricacies of the technology. If the chaptersin the table of contents do not sound familiar, you're most likely not ready for this book. And yes, I would also include myself in that group...

The first 2/3's of the book cover the different web services packages, both conceptually and in practice with examples. You should be able to use the examples to jumpstart your own development efforts. The last 1/3 of the book is the traditional documentation of the package API information. As with most Nutshell books, this will be the area that quickly becomes worn and dog-earred.

Conclusion
If you are past the "What are web services?" stage, this book will be of value to you. If you are still trying to figure out what all the hype is about, I would recommend a more entry-level book like Java Web Services by O'Reilly.

Good for a "nutshell" book but incomplete.4
I found this book gave a good overview of JAX-RPC and JWSDK
features. But this book is very specific to the Sun JWSDK
implementation. There is nothing on Apache AXIS or differences
between implementations. The biggest deficiency for me was that
there is nothing at all on DIME and it only dicusses the
non-standard Sun JWSDK SOAP with MIME attachments API without
mentioning any alternatives.

a good reference book.4
A good reference book for Java Web Services. It had most of what I was looking for. Lacked depth and samples but the nutshell series was always meant to be more a reference than a tutorial.