|
|||||||||||||||||||||||||||||||||||
|
12 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
14 of 14 people found the following review helpful:
1.0 out of 5 stars
A poor attempt at a case study,
By
This review is from: XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application (Paperback)
There are some books that are published that you wonder why the publisher went through the exercise. New Riders should have rejected this manuscript. It claims to be a case study of XML, XSLT, and JSP but it isn't. It is a confused and confusing discussion of the author playing around with technology.The author wanted to try out some ideas so he decided to write a chat program. But there is no real design effort (you won't find a single UML diagram anywhere) so it is difficult to understand precisely what the application is supposed to look like. Without any real design, the application ends up with one servlet of over 50 pages and another of over 40 pages in length. (The book is inflated with 300 pages of source listings that are unreadable.) As a case study in how to do bad design and write awful code, the book can serve as a warning perhaps. As far as actually trying to explain any of this technology, the author admits that isn't the purpose of the book. In a case study you like to hear of problems encountered or the different solutions attempted but you won't. No mention is made of security or performance. The code itself is useless and can't be used in other applications because it is so poorly designed. The author admits that huge chunks of code need to be refactored. Overall this book fails to provide any real value.
13 of 14 people found the following review helpful:
1.0 out of 5 stars
not what I thought,
By Gerald McDonough (Minneapolis, MN United States) - See all my reviews
This review is from: XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application (Paperback)
I bought this book hoping for an advanced and detailed comparison of 2 java server architectures: XML/XSLT versus JSP. It is not a comparison, or a tutorial, or an analysis of any kind. It is simply a meandering report of the author's experimention with miscellaneous technologies. No conclusions are reached. No pitfalls are described. Topics like performance and extensibility are not even touched. XSLT is only mentioned in passing as an approach that was not followed. XML is only discussed as an application's data store; a mildly interesting exercise that most certainly would not be used on any production web site. Lastly, over one third of the book is source code print out.
5 of 6 people found the following review helpful:
1.0 out of 5 stars
What a waste!,
By A Customer
This review is from: XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application (Paperback)
Complete waste of money. I hate beating up authors, but this is nothing more than a dump of a software project from work. As such, there is little comparison-contrast, discussion of design choices, or benefit-pitfalls of the design. Don't expect to extract information from this text to apply to your own projects.I feel the publisher should put this book in a "out of print" status to save customer heartache. Did New Riders even review this book before releasing?
5 of 7 people found the following review helpful:
4.0 out of 5 stars
For some people a unique must have book,
By Greg Power (St Ives, CAMBS United Kingdom) - See all my reviews
This review is from: XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application (Paperback)
This book is a case study of a project using a combination of two of the hottest technologies around for delivering interactive web applications: XSLT and JSP Tags. It is not a text book. It is hard to give it a star rating because it is not particularly well written (the author is a better programmer than writer in my opinion) however the content is unique and will be of particular interest to those wanting to use both JSP and XSLT technologies to separate web page content from application code and data.There are many books on JSPs but they tend to have minimal content on XSLT beyond how to set up a basic custom tag to drive an XSLT processor. Likewise there are many titles dealing with XSLT that have little detail on how to intergrate XSLT processing into a JSP based application. This book deals with how they can work together which is why I describe it as unique. Another big plus for this book is that the content is non-trivial and discusses a real problem, not made up easy-peazy ones designed to show off this or that feature of the XML, XSL or JSP specifications. The source code for the case study looks experimental becasue it is experimental. Mr Rockwell makes it quite clear that much of it is marked down for revision, as it should be in an iterative development process. It is not always easy to follow, but once you get into it you can see exactly what he's trying to do and there are some genuine nuggets in there which you won't find anywhere else. In summary, if you want to use both XSLT and JSP custome tags in your web applications and you are trying to figure out how to do it, you should consider investing in this.
2 of 3 people found the following review helpful:
4.0 out of 5 stars
For Serious Developers,
By "hpractv" (Salt Lake City, UT) - See all my reviews
This review is from: XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application (Paperback)
I've found that this book goes in a lot of depth on a host of topics. I wouldn't recommend it for someone who is just starting out, because the topcs are pretty advanced, but for those who are looking a for a depth of study, this is definitely the way go to. It covers each topic in detail, with a realtive amount of background that helps cover the topic completely.
2 of 3 people found the following review helpful:
4.0 out of 5 stars
Good details of case study,
By Tien (Milpitas, CA USA) - See all my reviews
This review is from: XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application (Paperback)
A good case study teaches how to use XML, XSLT, Java, and JSP technologies together successfully. It has saved me hours of work and research on setting up the Java development environment.It explores and solves problems of case study in details. Thanks to New Riders for sharing the ideas of this intelligent author.
2 of 3 people found the following review helpful:
4.0 out of 5 stars
Fantastic Perspective!!,
By Md L. Sonsgter (San Rafael, CA USA) - See all my reviews
This review is from: XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application (Paperback)
At first glance, the author covers many well known applications for XML, XSLT, Java and JSP that many web-masters are familiar with. However, for me, it has saved me literally hours of work and research that I simply don't have. I applaud New Riders for their steadfast commitment to authentic original ideas shared by new intelligent authors. A great find and a bargain at the lower resale price!
1.0 out of 5 stars
Not recommended,
By Rick Martin (New Zealand) - See all my reviews
This review is from: XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application (Paperback)
Although the author patently knows his onions, it seems he hasn't a great deal of experience in conveying that information.In my opinion, if you just want to see an example of web app creation and get a few (great) ideas, then yes, buy the book. But if you want to figure out how to configure Tomcat, etc, in preparation for a new development, then look elsewhere. The book spends a lot of its time telling the reader that what they need to know is either out of the scope (detailed descriptions of web.xml and server.xml are out of scope?!) or that they should look on some other (somtimes unreachable) webpage. For example, how do you tell Tomcat where to find your compiled classes? I would first try looking in the index for setting the Tomcat CLASSPATH. The index has one entry for classpath and what does it tell me on page 17? "If you are looking for some clarity regarding which, if any, setting for the CLASSPATH environment you should use, we can think of no better place for you to find answers than ...
3 of 6 people found the following review helpful:
1.0 out of 5 stars
Eye-catching title, unimpressive content,
By A Customer
This review is from: XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application (Paperback)
I bought the book over internet, returned nextday. New Riders should be careful next time to keep up credibility.
1 of 5 people found the following review helpful:
5.0 out of 5 stars
Recommended for all web application developers,
By Midwest Book Review (Oregon, WI USA) - See all my reviews
This review is from: XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application (Paperback)
Westy Rockwell's XML, XSLT, Java, and JSP is a practical, user frienedly, hands-on experience in building web applications based on XML and Java technologies. XML, XSLT, Java, and JSP's unique format takes the reader through the process of building a web chat project, using the extremely popular open-source tools from the Apache Software Foundation, namely Jakarta Tomcat, Apache Xerces and Apache Xalan. In addition, XML, XSLT, Java, and JSP provides the user with some invaluable, new and provocative techniques for XML storage using Java objects. XML, XSLT, Java, and JSP is strongly recommended for all web application developers! 768 pp.
|
|
Most Helpful First | Newest First
|
|
XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application by Westy Rockwell (Paperback - July 19, 2001)
Used & New from: $0.04
| ||