<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
"http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
<bean id="collectionsExample" class="CollectionsBean">
<property name="theProperties">
<props>
<prop key="left">right</prop>
<prop key="up">down</prop>
</props>
</property>
</bean>
<bean id="curDate" class="java.util.GregorianCalendar"/>
</beans>
|