A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1258.html
Document ID: 1258 Branch: main Language: default Name: Overview (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 1/9/07 7:35:32 AM Updated by: Carsten Ziegeler A new version has been created, state: publish Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 3908 bytes (previous version: 4195 bytes) Content diff: (48 equal lines skipped) <!-- Activate Cocoon Spring Configurator --> <configurator:settings/> --- <!-- Load Avalon configurations --- If you want to use a different logger than the default log4j logger, --- add a bean conforming to the Avalon Logger interface to this definition --- and leave out the loggingConfiguration attribute. --- --> --- <avalon:avalon loggingConfiguration="/WEB-INF/cocoon/log4j.xconf"/> +++ <!-- Activate the Avalon bridge --> +++ <avalon:bridge/> --- <!-- Add your own spring beans here or in separate configuration files --> </beans> (2 equal lines skipped) <p>The two elements shown above are required to get Cocoon up and running inside your web application. The first one, "configurator:settings", initializes the <a href="daisy:1303">Cocoon Spring-Configurator.</a> The second element, --- "avalon:avalon", sets up the Spring-Avalon-Bridge. This bridge allows you to run +++ "avalon:bridge", sets up the Spring-Avalon-Bridge. This bridge allows you to run Avalon-based components in a Spring container; these Avalon components are configured using the well-known Avalon-configuration files. And that's it.</p> (9 equal lines skipped)