views:

146

answers:

2

I recently stumbled upon the following Configuration Injection Framework. Seems interesting and seems to fit my needs. Has anyone tried it or knows about some other Configuration Injection frameworks? As far as I know Spring and Google Guice does not support this kinds of injection?

A: 

Constretto with spring may provide what you need. Spring also does most of these things, especially in version 3.0

krosenvold
+2  A: 

In Spring you can do something similiar with the PropertyPlaceHolderConfigurer, look at http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/ch04s07.html#beans-factory-placeholderconfigurer

crazymaik
broken link....
Schildmeijer