Changes between Initial Version and Version 1 of ReferenceMaterials/ColdSpringXmlReference

Show
Ignore:
Timestamp:
04/15/09 19:43:31 (17 years ago)
Author:
trac (IP: 127.0.0.1)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReferenceMaterials/ColdSpringXmlReference

    v1 v1  
     1= !ColdSpring XML Reference = 
     2 
     3Model-Glue:Unity introduces the !ColdSpring.xml file to the Application Template. 
     4 
     5This file replaces the <config> block that was at the top of 1.x !ModelGlue.xml files. 
     6 
     7It acts as a place to both configure your application and define additional beans accessed through the !GetBean() method of the Model-Glue API. 
     8 
     9By default, it contains two beans: 
     10 
     11  1. !ModelGlueConfiguration - the settings for the Model-Glue framework instance in your application. Each setting is explained in the "Model-Glue Configuration Setting Definitions" section of this reference. 
     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 "Reactor Configuration Setting Definitions" section of this reference.