I am checking out Google Guice as DI framework but I am a bit puzzled: why there\'s no configuration file at all?
I found a partial explanation on this question but it i
I have recently created the following project.
http://code.google.com/p/guice-property-injector/
It is WIP but allows runtime injection of properties from a property file based on environment.