Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.     xsi:schemaLocation="http://www.springframework.org/schema/beans
  5. http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
  6.     <!-- services -->
  7.     <bean id="greeting"
  8.         class="helloworld.MyHelloWorld">
  9.         <property name="greeting" value="Hello World"/>
  10.         <!-- additional collaborators and configuration for this bean go here -->
  11.     </bean>
  12.     <!-- more bean definitions for services go here -->
  13. </beans>
  14.  
  15.