ClassReloadingBeanFactory | Same as DefaultListableBeanFactory, but it doesn't use the constructor and class cached in RootBeanDefinition | code | html |
ClassReloadingInstantiationStrategy | Same as SimpleInstantiationStrategy, but constructor is not cached | code | html |
ClassReloadingXMLWebApplicationContext | This class can be used instead of XmlWebApplicationContext, and it will watch jar files and directories for changes and reload then changed classes. | code | html |
StrutsSpringObjectFactory | Struts object factory that integrates with Spring. | code | html |