A new document has been created. http://cocoon.zones.apache.org/daisy/documentation/1312.html
Document ID: 1312 Branch: main Language: default Name: Bean Configurations Document Type: Cocoon Document Created: 1/11/07 9:15:01 AM Creator (owner): Carsten Ziegeler State: publish Parts ===== Content ------- Mime type: text/xml Size: 805 bytes Content: <html> <body> <p>The Spring Configurator supports an automatic inclusion mechanism for bean definitions. By default all configuration files ending with *.xml are read from these locations in alphabetical order:</p> <ul> <li>All configuration files contained in jar files located at /META-INF/cocoon/spring</li> <li>All configuration files contained in jar files located at /META-INF/cocoon/spring/[RUNNING_MODE]</li> <li>All configuration files from /WEB-INF/classes/META-INF/cocoon/spring</li> <li>All configuration files from /WEB-INF/classes/META-INF/cocoon/spring/[RUNNING_MODE]</li> </ul> <p>If you want to deploy basic configurations together with your components, you can just put the configuration file inside the jar and the beans are available in the application context.</p> </body> </html> Collections =========== The document belongs to the following collections: cdocs, cdocs-spring-configurator