In the previous tip we talked about special beans in Spring. One of the Spring’s special beans that I had mentioned was using the BeanPostProcessor interface in order to cut into the bean’s life cycle and review or alter its configuration. In this tip, I will show you how to wire one. As mentioned in the previous tip I mentioned that the BeanPostProcessor provides two methods to alter the bean after it has been created and wired: Java Code: Object postProcessBeforeInitialization(Object bean, ...
Object postProcessBeforeInitialization(Object bean,
thanks...
sorry for all the questions
thanks...
06-14-2013, 02:22 PM in gbonecapone