Changes between Initial Version and Version 1 of FAQs/HowDoICustomizeTheModelGlueFramework

Show
Ignore:
Timestamp:
01/11/10 20:47:41 (16 years ago)
Author:
DanWilson (IP: 65.190.16.149)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQs/HowDoICustomizeTheModelGlueFramework

    v1 v1  
     1 
     2== How Do I Customize the Model Glue Framework? == 
     3 
     4From time to time, you may want to make the Model-Glue framework behave in a different manner. Model-Glue is architected to allow customizations to the framework, without requiring any core files to be edited. 
     5 
     6Model-Glue uses the ColdSpring framework to configure itself. Look inside [http://svn.model-glue.com/trunk/ModelGlue/gesture/configuration/ModelGlueConfiguration.xml ModelGlueConfiguration.xml] to see which objects Model-Glue has defined. You may override any definition by defining a bean in your application specific ColdSpring.xml file. Beans defined in your application specific file override the default definitions provided by Model-Glue. 
     7 
     8[http://www.silverwareconsulting.com/ Bob Silverberg] has written a detailed article on how to override Model-Glue default functionality:  
     9[http://www.silverwareconsulting.com/index.cfm/2010/1/11/Customizing-ModelGlue-by-Overriding-Framework-Components http://www.silverwareconsulting.com/index.cfm/2010/1/11/Customizing-ModelGlue-by-Overriding-Framework-Components]