Created
July 30, 2012 20:04
-
-
Save jayanath/3209714 to your computer and use it in GitHub Desktop.
Service List xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<util:list id="services" value-type="com.jayanath.spring.services.Service"> | |
<ref bean="InternetService"/> | |
<ref bean="TelephoneService"/> | |
</util:list> | |
<bean id="Room" name="Room" class="com.jayanath.spring.Room"> | |
<constructor-arg name="roomType" value="Monte Carlo"/> | |
<property name="serviceList" ref="services"/> | |
</bean> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment