Multiple choice technology architecture

A popular XML publishing framework which can interct with most data sources and deliver the output in variety of formats

  1. Cocoon

  2. Log4j

  3. Axis

  4. Struts

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Apache Cocoon is an XML publishing framework built specifically to interact with various data sources (databases, file systems, web services) and transform content into multiple output formats (HTML, PDF, WAP, etc.). It uses a pipeline processing model based on SAX (Simple API for XML) to efficiently handle XML transformations. Log4j is for logging, Axis is for SOAP web services, and Struts is an MVC web framework - none are XML publishing frameworks like Cocoon.