Jakarta Struts Cookbook

ASIN: 059600771X
Average Customer Review: 4.0, based on 14 reviews.
Customer reviews (5 of 14)
An Incredibly Useful Book, 2006-07-05, Rating: 5.
If you need to do something within the Struts framework and that something is covered within the Chapter/Section framework of this book (and a LOT is), then consider yourself lucky. Problems and Solutions are succinctly stated, and the follow-up Discussions do a good job of explaining the why fors and the what nots.
Even the mundane, but necessary, topics of Testing and Debugging and getting Struts to play nice with JUnit and Log4J are covered.
Even the mundane, but necessary, topics of Testing and Debugging and getting Struts to play nice with JUnit and Log4J are covered.
Author has superficial knowledge, 2006-06-18, Rating: 2.
I have found a few examples of fundamental holes in the author's knowledge that make me concerned about how much I should rely on this book.
The mistake that motivated me to write my first ever Amazon review was in "Recipe 6.2 Relaying Actions". The author has a box of text labeled "Avoid Chaining Actions" where he cautions the reader not to forward from one action to another. I quote:
"Beware this temptation! If you follow this path, you've essentially substituted Java method calls with HTTP requests. It doesn't take a rocket scientist to know that an HTTP request is much slower than a Java method call."
If the author had a solid understanding of the subject matter, he would know that forwarding from one action to another does not involve an HTTP request. If the book had been peer reviewed, obvious mistakes like that would have been corrected.
Since there could not have been a peer review, I am depending on the author's expertise when I use one of the recipes. I'm not sure that's such a good idea now.
The mistake that motivated me to write my first ever Amazon review was in "Recipe 6.2 Relaying Actions". The author has a box of text labeled "Avoid Chaining Actions" where he cautions the reader not to forward from one action to another. I quote:
"Beware this temptation! If you follow this path, you've essentially substituted Java method calls with HTTP requests. It doesn't take a rocket scientist to know that an HTTP request is much slower than a Java method call."
If the author had a solid understanding of the subject matter, he would know that forwarding from one action to another does not involve an HTTP request. If the book had been peer reviewed, obvious mistakes like that would have been corrected.
Since there could not have been a peer review, I am depending on the author's expertise when I use one of the recipes. I'm not sure that's such a good idea now.
Great Book, 2006-06-15, Rating: 5.
I worked on a Struts application for almost a year before buying a few Struts books. Since I started building an e-commerce application for a large retail company I needed to know the ins and outs of Struts.
I bought...
Struts: The Complete Reference - great intro and reference book!!
Struts Recipes - some good recipes in there, but not often used.
Struts Cookbook (this book) - excellent book! I use it all of the time to get ideas on how to do something. This is a must have for anyone working on a Struts application. It deals with Struts 1.2 which is the latest version - but look out, version 2 of Struts is on it's way.
I bought...
Struts: The Complete Reference - great intro and reference book!!
Struts Recipes - some good recipes in there, but not often used.
Struts Cookbook (this book) - excellent book! I use it all of the time to get ideas on how to do something. This is a must have for anyone working on a Struts application. It deals with Struts 1.2 which is the latest version - but look out, version 2 of Struts is on it's way.
Excellent book, 2006-03-17, Rating: 4.
This is a excellent book with lot of examples. I will recommend to everyone. Nice to have in your collection.
Great examples and Ideas, 2005-12-10, Rating: 5.
I needed a book that showed concrete real world examples of implementing solutions in struts. This book hit the target right on. I would recommend this book to anyone who has been using struts for awhile and just needs to see some proven solutions to solving real world problems with Struts and other associated APIs.
