event « MVC « Spring Q&A





1. Why is my Spring ContextRefreshed event called twice?    stackoverflow.com

I have a Spring ApplicationListener bean registered to listen for ContextRefreshed events. For some odd reason though, I get two calls to the onApplicationEvent(ContextRefreshedEvent) method at the completion of the context ...

2. Spring MVC with custom events    forum.springsource.org

Hello everyone, This is my situation. User clicks a button and something starts to execute on the java side and the execution needs to report its progress to the user. Initializing.... ...