A new document has been created. http://cocoon.zones.apache.org/daisy/documentation/1259.html
Document ID: 1259 Branch: main Language: default Name: Component Configurations Document Type: Cocoon Document Created: 10/6/06 10:10:51 AM Creator (owner): Reinhard Pötz State: publish Parts ===== Content ------- Mime type: text/xml Size: 1119 bytes Content: <html> <body> <p>While older versions of Cocoon used one single big file for the configuration of components (the cocoon.xconf), the later versions support to split this configuration file into several files using an include mechanism. You can refer to properties from within your configuration files and Cocoon will replace these accordingly.</p> <h1>Spring Configuration</h1> <p>You can just drop in your Spring bean configuration files into "WEB-INF/spring" and these files are applied automatically.</p> <h1>Legacy Configuration</h1> <p>The main part of Cocoon is configured by using the Avalon configuration file format. By default all configuration files ending with ".xconf" which are contained in the WEB-INF/xconf directory are included by default. So, you can just add your own configuration files there and they are included automatically. </p> <h1>Sitemap Configuration</h1> <p>You can use per sitemap components using includes as well. By default all Avalon based configuration files from "config/xconf" and all Spring bean configuration files from "config/spring" are included.</p> </body> </html> Collections =========== The document belongs to the following collections: cdocs-core