Great, thanks, I managed to do what I needed by implementing ApplicationListener<ContextRefreshedEvent>.
Now I just have to make sure I catch the right one for my app :)
Type: Posts; User: I_love_spring; Keyword(s):
Great, thanks, I managed to do what I needed by implementing ApplicationListener<ContextRefreshedEvent>.
Now I just have to make sure I catch the right one for my app :)
Hi!
I'm using Spring 3.0.2.
I have few threads that cannot start doing their thing until the application is officially up and running. I would like to find a way to notify a bean that the...