Advertisement
Guest User

application-context.xml

a guest
May 28th, 2011
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.36 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 http://www.springframework.org/schema/beans/spring-beans.xsd">
  5.  
  6.     <bean id="timeZoneBean" class="com.icesoft.tutorial.TimeZoneBean" />
  7. </beans>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement