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>
とか書ける実行時評価式のようです。
Microsoft Announces General Availability of Fabric API for GraphQL
-
Microsoft has launched Fabric API for GraphQL, moving the data access layer
from public preview to general availability (GA). This release introduces
sev...
41 minutes ago
0 コメント:
Post a Comment