Changes between Version 3 and Version 4 of HowTos/HowToUseBeanInjection

Show
Ignore:
Timestamp:
11/16/09 23:08:22 (16 years ago)
Author:
cfgrok (IP: 64.30.223.5)
Comment:

Changed header for alpha sorting on home page

Legend:

Unmodified
Added
Removed
Modified
  • HowTos/HowToUseBeanInjection

    v3 v4  
    1 = How To Use Bean Injection = 
     1= Bean Injection = 
    22 
    33One of the time-saving new features of Model-Glue:Gesture is the capability to automatically inject model components that are managed by !ColdSpring into the application's controllers. The term "bean injection" is used to describe this feature, as this is the !ColdSpring term for a managed object (meaning that the object is created and cached by !ColdSpring, and one "asks" !ColdSpring for the object instead of instantiating it directly). A full explanation of !ColdSpring is beyond the scope of this document, so examples of !ColdSpring usage are intentionally kept extremely simple -- please refer to [http://www.coldspringframework.org/ www.coldspringframework.org] for more information.