Advertisement
Guest User

Untitled

a guest
Dec 8th, 2011
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.56 KB | None | 0 0
  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.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement