2012-09-07 6 views
1

하나의 호출에 속성의 결합을 할 수 있습니다 구글 Guice에 편리한 방법있다Guice의 Names.bindProperties (Binder, Properties)에 해당하는 CDI (Weld)는 무엇입니까? 주석에 의해 다음 주입니다</p> <pre><code>Names.bindProperties(binder(), myProperties); </code></pre> <p>:

@Inject 
@Named("my.properties.server.url") 
private String serverUrl; 

CDI에 상응하는 방법이 있나요 (용접에 의해 구현) 또는 더 나은 무엇인가?

답변

2

핵심 CDI에는 없지만 DeltaSpike의 ConfigProperty (https://cwiki.apache.org/DeltaSpike/temporary-documentation.html#[email protected])가 원하는대로 할 수 있습니다.