Skip to content

Instantly share code, notes, and snippets.

@jayanath
Created July 30, 2012 20:04
Show Gist options
  • Save jayanath/3209714 to your computer and use it in GitHub Desktop.
Save jayanath/3209714 to your computer and use it in GitHub Desktop.
Service List xml
<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