Hello,
If I have a FactoryBean create a given object, and the created object implements a given life cycle interface (LifeCycle, InitializingBean etc.), will the callbacks be called?
If not, is there a way to create a bean programatically and still expose it to the container callbacks?


Reply With Quote
