I would like to reload the Spring bean properties at runtime so that I don't have to restart the web application to reset the properties.
For example the web-service client endpoint can be changed at runtime without restart, or the injected properties through XML configuration or annotations.
I saw this link and would like to do the same using Java 1.5.
I am not looking for complete code but some kind of guidance.