| | 1 | |
| | 2 | == How Do I Customize the Model Glue Framework? == |
| | 3 | |
| | 4 | From 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 | |
| | 6 | Model-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] |