William B. Brogden, Bill Brogden
List Price: $49.99
By: Sybex Inc
Amazon Marketplace: 33
new & used starting at $0.07
|
Buy at Amazon.com
|
Browse similar items by category:
Subjects -> Computers & Internet -> Computer Science -> Software Engineering -> Information Systems
Subjects -> Computers & Internet -> Computer Science -> General
Subjects -> Computers & Internet -> Computer Science -> General AAS
Customer Reviews:
Total reviews: 5
Average rating: 3.0 of 5
Trivial coverage of actual SOAP topics 2 out of 5 stars.
9 of 10 people found this review helpful.
This book started good with a description of the SOAP protocol and entry-level programming discussion with examples for the Apache SOAP API. However by page 100 (out of 377), the book quickly loses its technical value.After introducing extremely basic uses of SOAP (passing only primitives to methods/functions that take only primitives as arguments), instead of jumping into more complex SOAP issues (different kinds of API's available like GLUE or IdooXoap with different call paradigms) or more complex examples (I would've liked a more concrete examples of using Apache SOAP with complex, nested datatypes or paradigms for programmatic security using UDDI as an case study) it instead jumps into a myriad of Java technologies which can be trivially adapted to utilize SOAP as an RPC transport protocol.
Basically any Java technology that does RPC or can transfer a chunk of text can be "adapted" to use SOAP. The author gives considerable coverage of orthogonal Java technologies like JavaSpaces, JMS, and JavaMail which are interesting, but don't actually demonstrate any additional complex uses of SOAP. If the book taught details of using complex SOAP API's in a transport independent way, I could pick up a separate book on JMS, JavaMail, etc... and quickly get started writing real-world apps.
Instead, I get coverage of the same trivial SOAP topics over and over again. While they are supposed to be in "different environments," the actual core code is still the same, as are the SOAP-based issues and pitfalls that are left unspoken.
This book would only be suitable to someone was a total beginner in both the Java AND SOAP worlds. If you have any significant knowledge of one of these two topics, you'd likely find more than 60% of the book to be of little value.
I still might considering keeping the book as a lightweight summary of various Java technologies, since the author does write in a clear and understandable way. He has a good presentation style and his prose is very readable. However, I cannot justify keeping a book of this cost that has only 100 pages of hardcore content in it.
Editorial Review:
SOAP (Simple Object Access protocol) is an XML-based messaging protocol for creating distributed Web applications. In plain English: it solves a basic business problem, which is creating Web applications that have to talk with servers that are running on different platforms (Windows, Unix, Linux and so on). SOAP offers an XML-based method to pass business data for e-commerce applications through corporate firewalls. Java is an effective language to use for SOAP programming because it works so well with XML. This text provides a guide to SOAP for Java developer's. The accompanying CD-ROM includes all the sample code from the book, sample applications, a collection of SOAP-related code and tools, the IBM/Apache and DevelopMentor implementations of SOAP for Java, and the Sun Tomcat Java 2 Enterprise Edition server.