I have been told its possible to update a bean in a spring context via a properties file, are there any good examples. the web pages i have looked at are all injection of beans via setterts and contructors, but not anything i can find on update the bean properties via a properties file.
Is it only via setters, can you update inner beans or do all beans have to be declared outside a calling bean.