blob: 7a2ef2ebe521c3aafb30d06a9a591301dec8cc43 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
* Copyright 2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
<bean name="hal" class="org.gbean.spring.HelloMessage">
<property name="gbean-object-name"><value>foo:name=hello,j2eeType=HelloMessage</value></property>
<property name="prefix"><value>I'm sorry </value></property>
<property name="suffix"><value>; I'm afraid I can't do that.</value></property>
</bean>
<bean name="foobar" class="org.gbean.spring.HelloMessage" init-method="foo" destroy-method="bar">
<property name="prefix"><value>foo </value></property>
<property name="suffix"><value> bar</value></property>
<property name="properties">
<props>
<prop key="cheese">yes</prop>
<prop key="bacon">yes</prop>
</props>
</property>
</bean>
</beans>