Hello,
I'm curious about the exact "contract" that ApplicationContext's have in terms of when they are closed. I understand for a WebApplicationContext that it will close upon receiving event notification from the app-server, but I couldn't see any finalize method implementation (which I know isn't 100% reliable, but when running tests with a Spring app context it would be nice).
And shouldn't close() be defined as part of the ApplicationContext interface?
--a Spring proselytizer


Reply With Quote