Event « Context « Spring Q&A





1. Publish Events using Application Context    forum.springsource.org

Before I start writing custom codes or digging into our spring codes, I have a question about how an Application Context class publishes events. Are event publishing and processing tasks being ...

2. Generalizing context event support?    forum.springsource.org

Generalizing context event support? In another post in this forum someone questions how use of the event system ties a system to the Spring API, see http://forum.springframework.org/showthread.php?t=15105 This should have a ...

3. Event Propagation and Multiple Contexts    forum.springsource.org

Event Propagation and Multiple Contexts Looks like the events are not propagated from the parent context to the child. Here is the problem (Spring 2.0.2) 1. ContextLoader (in web.xml) loads service-context.xml ...

4. Events and contexts    forum.springsource.org

Events and contexts Hi all, I have a little puzzler. For my application I startup an embedded version of Jetty using a ClassPathXmlApplicationContext where I define the various Jetty beans. Once ...