in Spring Framework we injected the beans in xml file ,than the xml loads in application.But here another new feature of spring framework is that we can inject the bean property outside the xml and before the load xml in application. applyBeanPropertyValues() method on AutowireCapableBeanFactory to apply a bean definition’s properties to an existing bean.(click for example)
For Further Reading,
0 comments:
Post a Comment