Changes between Version 4 and Version 5 of HowTos/ORMIntegration/InstallingAnORM

Show
Ignore:
Timestamp:
11/15/11 16:34:29 (14 years ago)
Author:
bob.silverberg@… (IP: 174.119.126.240)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTos/ORMIntegration/InstallingAnORM

    v4 v5  
    4848 
    4949 
    50 == ColdFusion ORM == 
    51 ColdFusion ORM is available in ColdFusion versions 9.0 and above, so no installation is necessary. 
     50== !ColdFusion ORM == 
     51!ColdFusion ORM is available in !ColdFusion versions 9.0 and above, so no installation is necessary. 
    5252 
    5353Create a 'transfer' directory in {webroot}/fooproject/config and also a 'transfer' directory inside {webroot}/fooproject/model. 
     
    6161 
    6262 
    63 Connect ColdFusion ORM to !ModelGlue through !ColdSpring. Open {webroot}/fooproject/config/ColdSpring.xml and paste the following definitions: 
     63Connect !ColdFusion ORM to !ModelGlue through !ColdSpring. Open {webroot}/fooproject/config/ColdSpring.xml and paste the following definitions: 
    6464 
    6565 
     
    7373}}} 
    7474 
    75 You should now be able to use !ModelGlue [[http://docs.model-glue.com/wiki/HowTos/HowToUseGenericDatabaseMessages Generic Database Messages]] and [[http://docs.model-glue.com/wiki/HowTos/HowToUseScaffolds Scaffolds]] powered by ColdFusion ORM in your application. 
     75You should now be able to use !ModelGlue [[http://docs.model-glue.com/wiki/HowTos/HowToUseGenericDatabaseMessages Generic Database Messages]] and [[http://docs.model-glue.com/wiki/HowTos/HowToUseScaffolds Scaffolds]] powered by !ColdFusion ORM in your application. 
    7676 
    7777'''References'''