| Overview
Java and SOAP provides Java developers with an in-depth look
at SOAP (the Simple Object Access Protocol). Of course, it covers
the basics: what SOAP is, why it's soared to a spot on the
Buzzwords' Top Ten list, and what its features and capabilities
are. And it shows you how to work with some of the more common Java
APIs in the SOAP world: Apache SOAP and GLUE. In addition to
covering the basics such as the structure of a SOAP message, SOAP
encoding, and building simple services using RPC and messaging,
Java and SOAP covers many topics that are essential to real-world
development. Although SOAP has native support for an impressive
number of object types, the nature of modern programming means that
whatever SOAP gives you is not enough. When do you need to add
support for your own object types, and how do you do it? How do you
handle errors, and how do you add your own information to Fault
messages? How do you handle attachments? In an ideal world, you
could live entirely within Java, and ignore the SOAP messages being
send back and forth: you'd be able to write Java code and let the
SOAP APIs work behind the scenes. However, we're not yet in that
ideal world, and won't be for some time. Therefore, Java and SOAP
pays particular attention to how SOAP messages are encoded. It
doesn't just explain the document types, but shows how the
documents are used in practice as they are generated by the
different APIs. If you ever have to debug interoperability
problems, you'll find that this information is indispensable. We've
always found that the best software is written by people who
understand what's happening under the hood. SOAP is no different.
Let's say you need to write a custom serializer to create a SOAP
representation of a structure. How do you know that your encoding
is efficient? There's one definitive answer: look at the SOAP
documents it produces! Java and SOAP also discusses
interoperability between the major SOAP platforms, including
Microsoft's .NET, SOAP messaging, SOAP attachments, message
routing, and a preview of the forthcoming AXIS APIs and server. If
you're a Java developer who would like to start working with SOAP,
this is the book you need to get going.
Editorial ReviewsProduct DescriptionJava and SOAP provides Java developers with an in-depth look at SOAP (the Simple Object Access Protocol). Of course, it covers the basics: what SOAP is, why it's soared to a spot on the Buzzwords' Top Ten list, and what its features and capabilities are. And it shows you how to work with some of the more common Java APIs in the SOAP world: Apache SOAP and GLUE. In addition to covering the basics such as the structure of a SOAP message, SOAP encoding, and building simple services using RPC and messaging, Java and SOAP covers many topics that are essential to real-world development. Although SOAP has native support for an impressive number of object types, the nature of modern programming means that whatever SOAP gives you is not enough. When do you need to add support for your own object types, and how do you do it? How do you handle errors, and how do you add your own information to Fault messages? How do you handle attachments? In an ideal world, you could live entirely within Java, and ignore the SOAP messages being send back and forth: you'd be able to write Java code and let the SOAP APIs work behind the scenes. However, we're not yet in that ideal world, and won't be for some time. If you're a Java developer who would like to start working with SOAP, this is the book you need to get going. |
Other Readers Also Read | Top Sellers in This Category | Browse Similar Topics | | | Top Level Categories:Sub-Categories: | | | | |
Reader Reviews From Amazon (Ranked by 'Helpfulness') Average Customer Rating: based on 14 reviews. Read it and move on..., 2008-03-11 Reviewer rating: It's OK... it's nothing informative. I'd recommend buying some of the books that thoroughly cover SOAP and books that thoroughly cover Java + Web Services. This is nice and all but it just doesn't pack a meaningful punch. | Consigned to the bottom of my bookshelf, 2007-12-28 Reviewer rating: 1. Good coverage of SOAP
2. Uses GLUE (acquired by webMethods since acquired Software AG), which
is no longer available. As a result, when it's time to test your
Web Services, you are on your own.
3. Author's web site is non-existent, so you can't email him to find
errata/ work arounds.
My suggestion, buy a dfferent book (or if you like O'Reilly as I do,
buy it used. At least you won't pay as much). I am using
another O' Reilly book for SOAP Programming with Java. | Excellent Beginner book for using SOAP for Java, 2005-08-08 Reviewer rating: With a lot of sample and figure, excellent for new guys on using Java on SOAP. Though printed in 2002 against SOAP 1.1, it's still very helpful. | Good for newbies...., 2004-03-24 Reviewer rating: Overview - SOAP is what makes the Web Services clock go around. In fact, SOAP can easily be used as a stand-alone channel without incurring the overheads of publish-find-and-bind cycle apparent in Web Services. Java's ever growing XML support makes it a language of choice for anyone considering implementing SOAP. Why you should read this book - Whether you are writing a new SOAP service or simply using an existing one, understanding what happens under the bonnet helps make your system more robust. What this book covers - This book covers almost everything you have to know about how Java supports the technology - core APIs, SOAP encoding, structure of SOAP messages, attachments, platform interoperability issues and some nice guidelines. It also includes some getting-started examples with two different SOAP servers- Apache and GLUE ? to help the reader understand how SOAP implementation differs. There is some introductory material covering JAX-RPC, JAXM, Apache Axis and WSDL. The chapters are well organized although the writing lacks reader-friendly approach. Cons - The book came out in May 2002 and hence a few things are out of date including SOAP spec and Apache implementation. Examples seem rather trivial and lack depth. Advanced SOAP programmers or those considering enterprise integration will be disappointed. Coverage on .NET interoperability is a far cry from even being introductory. I hope the next version of the book will adequately address real integration issues such as performance, transactions, and security. Ajith Kallambella [...] | Nothing Special, 2004-02-13 Reviewer rating: This book came out from O'Reilly in Spring of 2002 about the same time they published Java Web Services. If these had been combined and editing together, they would have had a star book on their hands instead of two average books. I can't say anything particularly bad about this book, but nothing particularly good either. If you're getting started with Web Services using Java, this and the title above are both decent sources to get you going. |
Some information above was provided using data from Amazon.com. View at Amazon > |
| |
|
|