Spring Framework 3.0 M1 のEL式
<bean id="beanA" class="com.developpez.hikage.spring3.BeanA" >
<property name="valueTwo" value="test"/>
</bean>
<bean id="beanB" class="com.developpez.hikage.spring3.BeanB" >
<property name="valueOne" value="#{beanA.valueTwo}">
</property>
</bean>
とか書ける実行時評価式のようです。
Presentation: From Junior to Staff and Beyond: Lessons Learned
-
Bruno Rey shares insights from 17 years in tech, including his 15-year
journey to staff engineer. He explains strategies for individual career
growth - a...
7 hours ago
0 コメント:
Post a Comment