In my application, some of the singleton beans are initialized with information from the database. We are using an administration tool to refresh our cached data, but this only helps our DAO's. Is there an easy way to get all of the beans in the spring container to reinitialize themselves without restarting the servlet container? Thanks.
Karl


Reply With Quote