anon
anon

Reputation:

Configuration Injection Framework

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?

Upvotes: 2

Views: 602

Answers (2)

Maik
Maik

Reputation: 3539

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

Upvotes: 2

krosenvold
krosenvold

Reputation: 77181

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

Upvotes: 0

Related Questions