Rating: Summary: A poor attempt at a case study Review: 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.
Rating: Summary: For some people a unique must have book Review: 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.
Rating: Summary: The title says more Review: unfortunately, it is just a description for an example!
Rating: Summary: Recommended for all web application developers Review: 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.
|