WebApplicationContext « MVC Controller « Spring Q&A





1. Refresh WebApplicationContext doesn't reload Controllers    forum.springsource.org

I wanted to use the 'refresh' capabilities of the ApplicationContext in my WebApplication to propogate any property changes that may occur. I prototyped a quick application to test it out. I ...

2. WebApplicationContext in a Controller?    forum.springsource.org

WebApplicationContext in a Controller? Hello, I want my Spring MVC Command objects to have session scope. I understand that to do so I must use a WebApplicationContext object to get a ...