• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Mastering JSP Custom Tags and Tag Libraries by James Goodwill

 
Bartender
Posts: 962
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<pre>

Author/s : James Goodwill
Publisher : John Wiley & Sons, Inc.
Category : J2EE and Distributed Computing
Review by : Junilu Lacar
Rating : 6 horseshoes

</pre>
<review>
Despite its title, only five (out of twenty-eight) chapters of this book actually discuss the details of writing custom JSP tag libraries. The first four chapters go over setting up Tomcat 4.0 and the basics of servlets and JSPs. The remaining chapters are really more of a desktop reference covering the Jakarta Taglibs project and the JSP Standard Tag Library (JSTL) using the "In a Nutshell" format. There are numerous examples but most are short and very similar to those you'll find in the online documentation. Since Taglibs and JSTL are constantly evolving, the reference material will quickly become outdated--some of it already is.

The discussion on writing custom tag libraries is fairly comprehensive but I didn't care for the organization of the topics. I prefer a "cookbook" type approach when learning these things but the book had me jumping from one section to another, skipping ahead to find details and then backtracking to the examples. There are also a number of typos and errors in the text that might confuse the unwary novice. One example instructs you to put a JAR and its TLD in the WEB-INF/lib directory whereas the web.xml specifies "WEB-INF" which makes Tomcat unable to start the web application. This had me cursing Tomcat for a while until a colleague suggested I look in the log files.

If you prefer "Nutshell"-type books to online references, you might find this book useful for a while.
</review>


More info at Amazon.com
More info at Amazon.co.uk
 
Story like this gets better after being told a few times. Or maybe it's just a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic