December 2004
Intermediate to advanced
608 pages
11h 47m
English
Chapter 18 included an overview of the XML portion of the Java tag library. Several of the examples in that chapter illustrated a two-stage approach to building pages. In the first stage a JavaServer Page builds an XML document containing the data, and in the second stage XSLT is used to transform the document into a form suitable for presentation.
Cocoon takes this idea and expands on it by several orders of magnitude. Cocoon provides a complete XML-based publishing suite that provides dozens of tools for the generation, manipulation, and rendering of XML. The basic two-stage approach is augmented into an XML pipeline that may build and transform a document in several steps.
Cocoon is unlike any ...