Changes between Version 1 and Version 2 of FAQs/HowDoIGetModelGlueToUseAPreexistingColdSpringInstance

Show
Ignore:
Timestamp:
03/30/10 23:35:59 (16 years ago)
Author:
cfgrok (IP: 64.30.223.5)
Comment:

Escaping wiki page name links

Legend:

Unmodified
Added
Removed
Modified
  • FAQs/HowDoIGetModelGlueToUseAPreexistingColdSpringInstance

    v1 v2  
    11 
    2 == How do I get Model-Glue to use a pre-existing ColdSpring instance? == 
     2== How do I get Model-Glue to use a pre-existing !ColdSpring instance? == 
    33 
    4 You can pass an instantiated ColdSpring factory to Model-Glue through the use of the ModelGlue_PARENT_BEAN_FACTORY variable. 
     4You can pass an instantiated !ColdSpring factory to Model-Glue through the use of the !ModelGlue_PARENT_BEAN_FACTORY variable. 
    55 
    6 This variable is set in the main index page of the application (usually index.cfm) and must contain a pre-initialized and configured ColdSpring bean factory. You may do any pre-processing, modification, string-replacement or configuration that makes sense for your application.  
     6This variable is set in the main index page of the application (usually index.cfm) and must contain a pre-initialized and configured !ColdSpring bean factory. You may do any pre-processing, modification, string-replacement or configuration that makes sense for your application.  
    77 
    8 Take a look at [http://svn.model-glue.com/trunk/modelglueapplicationtemplate/index.cfm the example index.cfm page in the ModelGlueApplicationTemplate] and look for ModelGlue_PARENT_BEAN_FACTORY. 
     8Take a look at [http://svn.model-glue.com/trunk/modelglueapplicationtemplate/index.cfm the example index.cfm page in the ModelGlueApplicationTemplate] and look for !ModelGlue_PARENT_BEAN_FACTORY. 
    99 
    1010Parent Bean factories work in a hierarchical fashion. When a bean is asked for, first the application looks in the main application bean factory, and if the bean is not found, it looks in the parent bean factory. You can chain parent bean factories, if you like.