I was wondering what the best way to make a configuration for my webapp was. Of course I could make a bean that is loaded on startup, reading a properties file or an XML config file, but since this is such a common practice, is there already a bean that does this in Spring?
How about some more sofisticated things to do with configuration, like validation, reloading, etc.
Any ideas?