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,
- Spring Framework - MethodReplacer Example in spring
- Spring Framework - Example of Database Connectivity with DataSource
- Spring Framework- Execption handling in AOP
- Spring Framework - Example to use @Before annotation with args() in AOP
- Spring Framework-Example to use JoinPoint in AOP
- What is XML ?
- How to insert a record in table using hibernate.
- How to write hibernate code in java application
- How to set Hibernate environment in java application
- How to import xml file in another xml ?
- How to Injecting the bean properties before load xml in application and out side xml
- How to change the ip address in linux
- How to connect two computers via lan and share data ?
- How to start ping and ipconfig commands on Window xp/7.
0 comments:
Post a Comment