Changes between Version 3 and Version 4 of ReferenceMaterials/ColdSpringXmlReference
- Timestamp:
- 08/08/10 13:52:44 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReferenceMaterials/ColdSpringXmlReference
v3 v4 1 1 = !ColdSpring XML Reference = 2 2 3 Model-Glue:Unity introduce s the !ColdSpring.xml file to the Application Template.3 Model-Glue:Unity introduced the !ColdSpring.xml file to the application template. 4 4 5 5 This file replaces the <config> block that was at the top of 1.x !ModelGlue.xml files. 6 6 7 It acts as a place to both configure your application and define additional beans accessed through the !GetBean() method of the Model-Glue API.7 It acts as a place to both configure your application and define additional beans accessed through bean injection or through the !GetBean() method of the Model-Glue API. 8 8 9 By default, it contains twobeans:9 By default, it contains four beans: 10 10 11 11 1. !ModelGlueConfiguration - the settings for the Model-Glue framework instance in your application. Each setting is explained in the "[ReferenceMaterials/ColdSpringXmlReference/ModelGlueConfiguration Model-Glue Configuration Setting Definitions]" section of this reference. 12 12 1. !ReactorConfiguration - if the Reactor framework is installed (necessary for automated database access and scaffolding), these are the settings that will be used to configure Reactor in place of a <config> block at the top of Reactor.xml. Each setting is explained in the "[ReferenceMaterials/ColdSpringXmlReference/ReactorConfiguration Reactor Configuration Setting Definitions]" section of this reference. 13 1. !TransferConfiguration - if the Transfer ORM framework is installed, these are the settings that will be used to configure Transfer. Each setting is explained in the "[ReferenceMaterials/ColdSpringXmlReference/TransferConfiguration Transfer Configuration Setting Definitions]" section of this reference. 14 1. applicationConfiguration - a bean definition for the !SimpleConfig.cfc in the Bean/CommonBeans folder of your !ModelGlue folder which you can use to set configuration settings for your application. Use of this bean is optional.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)