Advertisement
Membership
Login
ACCU Buttons
Search in Book Reviews
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
The book contains some curious cut and paste errors, e.g. Part I in the contents has the title "JXTA Overview", it seems like the publisher has used one of its other books as a template.
The book contains three parts; the first part forms an overview of Tomcat, JSPs and Struts. The second part, titled Core Struts, works through a basic example of how to use Struts. The third part of the book is not very useful: it covers the
struts-config.xmlfile, and four tag libraries (the bean tag library, the html tag library, the logic tag library and the template library). They are not treated in a useful way; they repeat the attributes of similar tags, often related to equivalent HTTP headers or HTML tag attributes.
People with relative little experience in writing JSPs and using Tomcat, and who want to read an introduction to Jakarta Struts will still benefit from reading this book. The book is pleasantly written, and guides you by the hand with small understandable and practical examples.
It is a pity that everything is kept so simple, and more difficult
questions are avoided. For example, a Plugin is loading a properties
file with the code:
File file = new File("PATH TO PROPERTIES FILE");
This is an excellent opportunity missed to treat the general problem of how to load a properties file in a web server's context.
The Tomcat deployment examples are also too simplistic; the book does not even mention how to deploy a web service using a
.warfile, or how to use ant or any other tool to compile your Java files.