|
|||||||||||||||||||||||||||||||||||
|
10 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
7 of 7 people found the following review helpful:
4.0 out of 5 stars
Highly recommended but beware of many errata,
This review is from: AXIS: Next Generation Java SOAP (Paperback)
This book is very nice tutorial on Axis. I would recommended it to everyone that wants to learn and practice Web Services using Axis.What I particularly liked is that the book goes right to the essentials of Web Services, SOAP and Axis beta 1 (it's not 10cm thick as others). It it very practice oriented with a lot of samples. It covers serializers and custom handlers (an important part of Axis) very cleary. The chapter on security is also good but limited to SSL and basic authentication (due to the limitation of the current Axis). What I dislike (and the reason I won't give a 5 stars) is the many errata in the sample code (there is a mention of a errata list on the web but there is in fact nothing there). The missing Ant build in the downloadable samples code. And the missing index at the end of the book. I respect the wonderful fast work of the authors but I would expect an errata from Wrox. Some errata I encounted: Buttom line: the book worth it if you want to catch up very quikly with the latest version of SOAP with practical samples. Cheers Alain Hsiung
4 of 4 people found the following review helpful:
2.0 out of 5 stars
Great start, but needs more,
By "mark_secrist" (Fort Collins, CO USA) - See all my reviews
This review is from: AXIS: Next Generation Java SOAP (Paperback)
My first reaction on recieving the book was that it seemed a bit thin for the kind of information I was hoping to get. After reading the book, I found good material on the architecture of Axis, but few useful examples of how to do anything useful. It would probably have been better to wait until Axis 1.0 was released before publishing. For this book to be truely useful, I would expect it to have at least twice as much material, particulary in the Custom Handlers and Advanced Features sections. As it is, it is only slightly more helpful than the actual documentation.
4 of 4 people found the following review helpful:
2.0 out of 5 stars
Tons of errors, rushed,
By A Customer
This review is from: AXIS: Next Generation Java SOAP (Paperback)
I have to agree with many of the reviews. The book seems rushed - tons of errors, material is not covered very well.The explanation of the AXIS architecture is good, but that's about the only part of the book that I liked. The case study has too many errors.
5 of 6 people found the following review helpful:
5.0 out of 5 stars
Kick-Starter,
By Pothiraj (Sacramento, CA United States) - See all my reviews
This review is from: AXIS: Next Generation Java SOAP (Paperback)
This book is a kick-starter for AXIS, a well build implementation.Yes, indeed you can live with the 'man pages' documentations, but relatively faster results would be an uphill climb. And when you need to cut to the chase, you need this Bible. Not just that but all in one: Handbook, Architecture Reference, API Reference and Design Guide etc. If you're already on the SOAP bandwagon, this book is organized to let you cruise through details like JMS implementation, interoperability with .NET C# etc To tweak AXIS itself, Custom Interfaces (mapping, deployment, serializers/deserializers etc) are explained in an exclusive chapter. You can work your own implementation by referring the samples and little changes to them, to suit your application needs. The concepts are built up in a lucid manner, revolving around a minimalist source code without having different examples for each chapter. The objective of each chapter is thus kept in the forefront; each subsequent chapter improvises on the sample from the previous chapter. In fact, the case study serves as a template for almost 100% of SOAPification of existing Enterprise Java Applications. It would have been better to include some perceptive on best practices & notes-from-the-field suggestions, owing to the brand new technology. Overall, a must read for all those looking for an Open Source based SOAP solution, be a Manager, IT Architect, Wannabe_Web_Service_programmer or just a bystander.
5 of 6 people found the following review helpful:
4.0 out of 5 stars
Essential for developing a SOAP application via AXIS,
By Gerald Lerman "Jerry" (Glen Allen, VA) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: AXIS: Next Generation Java SOAP (Paperback)
Trying to turn a legacy RMI application into a SOAP application will not happen if all you have is the Apache documentation.This book is ESSENTIAL for anyone using AXIS for developing SOAP applications, especially trying to turn a legacy application to SOAP. I found the book extremely well organized. It takes you from step 1 (installation, which has some catches to it) to the last step, holding your hand, explaining the details, explaining the rationale. And it does this efficiently. There are neither wasted words nor are there too few words. I would have given this 4 1/2 stars if I could. I would have given it 5 stars had there been an index. Although this book is written for AXIS beta one, it's still accurate for Beta two, just ignore all mention of the clutil.jar file and you've upgraded the book to beta two. Request for next version: A section on debugging the code on the server side.
1 of 1 people found the following review helpful:
3.0 out of 5 stars
Far from excellent. But it earns some credits.,
By "kl01" (Foster City, CA United States) - See all my reviews
This review is from: AXIS: Next Generation Java SOAP (Paperback)
As other reviewers said, there are tons of errors in this book. It did waste a lot of time. However, if you search most of the books on the market today, none of them (or I haven't found one yet) really talks about Java Web Services over JMS. This AXIS book is probably the only one that provides an example where an AXIS server and client can actually talk over JMS. Even though there are errors and the architecture design was not great, yet it should earn some credits on explaining how it is possible to develop and run AXIS over other transport protocols, such as JMS, than HTTP/Servlet only.
1 of 1 people found the following review helpful:
4.0 out of 5 stars
Excellent architecture overview,
By jimrothstein (Bellevue, WA USA) - See all my reviews
This review is from: AXIS: Next Generation Java SOAP (Paperback)
Study the diagrams in this book. I found them extremely helpful to understand how Axis works and why it is different from other SOAP implementations. The book was a bit dated when I bought it - Axis is a moving target - but architecture doesn't change that quickly.
1 of 1 people found the following review helpful:
5.0 out of 5 stars
Kick-Starter,
By Pothiraj (Sacramento, CA United States) - See all my reviews
This review is from: AXIS: Next Generation Java SOAP (Paperback)
This book is a kick-starter for AXIS, a well build implementation.Yes, indeed you can live with the 'man pages' documentations, but relatively faster results would be an uphill climb. And when you need to cut to the chase, you need this Bible. Not just that but all in one: Handbook, Architecture Reference, API Reference and Design Guide etc. If you're already on the SOAP bandwagon, this book is organized to let you cruise through details like JMS implementation, interoperability with .NET C# etc To tweak AXIS itself, Custom Interfaces (mapping, deployment, serializers/deserializers etc) are explained in an exclusive chapter. You can work your own implementation by referring the samples and little changes to them, to suit your application needs. The concepts are built up in a lucid manner, revolving around a minimalist source code without having different examples for each chapter. The objective of each chapter is thus kept in the forefront; each subsequent chapter improvises on the sample from the previous chapter. In fact, the case study serves as a template for almost 100% of SOAPification of existing Enterprise Java Applications. It would have been better to include some perceptive on best practices & notes-from-the-field suggestions, owing to the brand new technology. Overall, a must read for all those looking for an Open Source based SOAP solution, be a Manager, IT Architect, Wannabe_Web_Service_programmer or just a bystander.
5 of 7 people found the following review helpful:
1.0 out of 5 stars
Better off reading Apache Axis Documentation,
By
This review is from: AXIS: Next Generation Java SOAP (Paperback)
I found more and better information at Axis site than from this book. What you cannot find from xml.apache.org, you cannot find in this book either.
3 of 5 people found the following review helpful:
1.0 out of 5 stars
One of the worst,
By
This review is from: AXIS: Next Generation Java SOAP (Paperback)
Don't buy it. You can find more and better information from Axis web site. What a waste of time and money.
|
|
Most Helpful First | Newest First
|
|
AXIS: Next Generation Java SOAP by S Jeelani Basha (Paperback - May 2002)
Used & New from: $0.01
| ||