afterPropertiesSet « Core « Spring Q&A





1. afterPropertiesSet()    forum.springsource.org

Springgers, Ok, a clarfication . for each property defined in the Spring defintion file we need to have setPropertyName in the implementing Class as well as afterPropertiesSet() ? If we dont ...

2. afterPropertiesSet() method getting called several times... how to resolve this?    forum.springsource.org

afterPropertiesSet() method getting called several times... how to resolve this? Hi, I went thro' the sample code written by karldmoore and tried the same for my project. Here is my requirement... ...

3. Possible to suppress invokation of afterPropertiesSet() ?    forum.springsource.org

Possible to suppress invokation of afterPropertiesSet() ? Hi, I'd like to know if it's possible to suppress the invokation of 'afterPropertiesSet()' for a bean which implements the interface InitializingBean. The bean ...

4. Advise on afterPropertiesSet    forum.springsource.org

Advise on afterPropertiesSet I wonder if Spring AOP can advise on afterPropertiesSet method, which is from InitializingBean interface. I tried to put a db reading logic in this method so as ...