Customer Reviews


8 Reviews
5 star:
 (2)
4 star:
 (1)
3 star:
 (3)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


5.0 out of 5 stars THE Taglibs Book
I've found this book extremely useful and enjoyed reading it a lot.
The chapters on tag design and cooperating tags are resourceful, detailed and also very well exemplified. And the book also provides an impressive introduction to the Struts framework.
I keep it as my daily reference.
Published on March 8, 2002 by André Matheus

versus
3 of 3 people found the following review helpful:
3.0 out of 5 stars Almost the right Struts book
This is basically a good book. It could have been a great book. The author made a good start; this book provides a fast way to pick up the raw basics of JSPs, tag libraries, and Struts. It also provides a solid background on the business and architectural issues that motivated the development of JSP and Struts.

The biggest problem with the book is that the editors...

Published on December 13, 2001 by Reid M. Pinchback


Most Helpful First | Newest First

3 of 3 people found the following review helpful:
1.0 out of 5 stars Thumbs down., October 22, 2002
By 
Carl T. Dreher (Dallas, TX United States) - See all my reviews
(REAL NAME)   
This review is from: JSP and Tag Libraries for Web Development (Paperback)
This book really needed a good editor and a ghost writer who knows how to simply explain technical subject. The author probably knows the technical stuff but his explanations aren't at all useful. If you don't already have good background in the material, you'll not learn it here.

My biggest complaints are about the example code.
1. JSP, Struts and Tag libraries are, in the big picture, all about generating HTML. Despite that, NOWHERE in this 442 page book is a single screen shot showing output! There are examples that go on for three pages of coding but do not have a single page showing what the example produced.
2. The examples are cluttered with lots of extraneous code that detracts from the point of the example. In one case, most of the example code had to do with JNDI and not about the tag he was creating. I found that many times I had to wade through a page or two of Java code before I got to the few lines that were the point of the example.
3. The explantion of most examples is at the end, after pages of code, and usually quite short. The publisher should have set the explanation comments in bold and off to the right of the key areas.

Don't buy this book for the explanation of Struts, either. There are far better examples and tutorials on the Apache Struts web site.

Not recommended.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
3.0 out of 5 stars Almost the right Struts book, December 13, 2001
This review is from: JSP and Tag Libraries for Web Development (Paperback)
This is basically a good book. It could have been a great book. The author made a good start; this book provides a fast way to pick up the raw basics of JSPs, tag libraries, and Struts. It also provides a solid background on the business and architectural issues that motivated the development of JSP and Struts.

The biggest problem with the book is that the editors didn't do their job. Normally I don't pick nits with language and spelling mistakes in a book, but there are so many of them in this book that they continually distract the reader. Yes, the author should be responsible for those issues, but the editor is supposed to be the final quality-control check on problems like this. I can't see how the editors read even a few percent of this book before sending it to the printers.

This is a better book to skim than to sit down and read, because you'll get tired of trying to untangle the grammar, fill in the missing words, and take out the extra words as you wade through it. There are several minor technical mistakes too, but most books have a few of those. As is often the risk with fast-moving technology, there is also some stale content in the description of the various Struts tag libraries.

As far as I know this is the only book that goes into any detail on Struts. If you need to learn about Struts, this is a reasonable book to learn from. I'm just glad that my employer payed for my copy. If I'd payed for it out of my own pocket I would probably have sent my copy back (...).

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
3.0 out of 5 stars Could Have Been Better, March 31, 2002
By 
This review is from: JSP and Tag Libraries for Web Development (Paperback)
I find it somewhat difficult to say that it is really a good book.I found three major shortcomings:

1) A lot of code is quoted from other sources without explanations.It is not uncommon to find 3 pages of code ending with three lines of explanations.
2) A lot of details are included in the text which rightly belong to an appendix.Such details merely distract the attention of the reader from the main arguments.
3) There is a lot of JSP code without a single illustration(screen-shot) as to how this code may render in a browser.The reader must get the picture himself.Again this detracts the attention from the main argument.

On a positive note,I could say that the author has included 3 chapters on the Struts framework,starting the discussion with a good explanation of how and why the MVC pattern has to be generalized from the restricted UI case to the more general web case,leading to MVC2.But this part of the book also suffers from the same shortcomings.

In conclusion, I would say,if more explanations are added,the main text is stripped off unnecessary appendix-type details,and
JSP code is accompanied by screen-shots, this could turn into a very good book.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
2.0 out of 5 stars Hit a brick wall, December 11, 2001
By 
This review is from: JSP and Tag Libraries for Web Development (Paperback)
The first chapters are wasted on basic servlet and JSP coverage...if you are not familiar with them already, it is certainly not enough to get you up to speed, and if you already know the basics, you will just skip over them anyway.

The promised "downloadable" example code and instructions to install them are not available. You get plain text files with several files cut and pasted into them all at once, with no instructions at all. And the suthor's site, (...), has no content on it whatsoever.

I would wait and check back for the example code with instructions on Newriders.com and the author's site before buying this book...the examples import packages that you will not have on your system already.

It is hard to give it a fair review without the resources, because it is not possible to proceed past the first chapter without them.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars THE Taglibs Book, March 8, 2002
This review is from: JSP and Tag Libraries for Web Development (Paperback)
I've found this book extremely useful and enjoyed reading it a lot.
The chapters on tag design and cooperating tags are resourceful, detailed and also very well exemplified. And the book also provides an impressive introduction to the Struts framework.
I keep it as my daily reference.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Worth buying, March 6, 2002
This review is from: JSP and Tag Libraries for Web Development (Paperback)
This book covers Tag Libraries and its collateral components from beginers perspective up to the presentation of comercial and open source tags already available on the market, with a very nice introduction to the Struts framework.
It takes a progressive approach to the topic, presenting each detail in tag development, tag collaboration and application development with lots of examples and reviews on each chapter.
With no doubts this book is an excellent reference to the Tag Library Technology.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3.0 out of 5 stars Almost the right Struts book, December 13, 2001
This review is from: JSP and Tag Libraries for Web Development (Paperback)
This is basically a good book. It could have been a great book. The author made a good start; this book provides a fast way to pick up the raw basics of JSPs, tag libraries, and Struts. It also provides a solid background on the business and architectural issues that motivated the development of JSP and Struts.

The biggest problem with the book is that the editors didn't do their job. Normally I don't pick nits with language and spelling mistakes in a book, but there are so many of them in this book that they continually distract the reader. Yes, the author should be responsible for those issues, but the editor is supposed to be the final quality-control check on problems like this. I can't see how the editors read even a few percent of this book before sending it to the printers.

This is a better book to skim than to sit down and read, because you'll get tired of trying to untangle the grammar, fill in the missing words, and take out the extra words as you wade through it. There are several minor technical mistakes too, but most books have a few of those. As is often the risk with fast-moving technology, there is also some stale content in the description of the various Struts tag libraries.

As far as I know this is the only book that goes into any detail on Struts. If you need to learn about Struts, this is a reasonable book to learn from. I'm just glad that my employer payed for my copy. If I'd payed for it out of my own pocket I would probably have sent my copy back to Amazon.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 2 people found the following review helpful:
4.0 out of 5 stars Jsp and Tag Libraries for Web development, January 10, 2002
By A Customer
This review is from: JSP and Tag Libraries for Web Development (Paperback)
This book is intended to be read by anyone involved in web application and web design.It is started with Servlet API,explanation of it's component and JSP scriplets and it's
run time environment with example.It has also the explanation about JSP Tag and XML Tag.And very nicely covered every aspect
of Tag development from simple to complicate level.It has sample code on each aspect.And also downloadable codes are available on internet.Every chapter has summary section,which is useful for the quick reference.At the end it hsh covered complete revie of the Apache Jakarta Struts Projects, its components, and its tag libraries. that completes your case study and background.It has provided JRun,the Orion and Bluestone commercial Tag Libraries available in the market.These are also discussed with example.
So, this book is suggested for,who is begineer for Tag development and who wants reference
for commercial Tag development.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

JSP and Tag Libraries for Web Development
JSP and Tag Libraries for Web Development by Wellington L. S. Da Silva (Paperback - January 15, 2002)
Used & New from: $0.01
Add to wishlist See buying options