Other Resources
Some related articles either can be found at the publisher’s Web site (www.brainysoftware.com) and other sites or are included in the downloadable ZIP file. Here is the list of these articles.
- Introduction to XML. Struts and Tiles configuration files are XML documents. As such, you need to understand what an XML document is and how to validate it. You can find an article on XML at www.brainysoftware.com. Make sure you also read the section that covers DTD files.
- The complete reference on JSTL. Chapter 7 discusses some of the tags related to Struts programming. If you want to know more, download the reference from http://java.sun.com/products/jsp/jstl/.
- Digester. Digester is an open source Java library that helps convert XML documents into Java objects. You can find a book chapter on Digester in the downloadable ZIP file.