论坛首页 入门技术论坛

spring applicationContext.xml配置

浏览 1723 次
该帖已经被评为新手帖
作者 正文
   发表时间:2009-07-12   最后修改:2010-12-05
<?xml version="1.0" encoding="UTF-8"?>
<beans
	xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
	
	<bean id="userDAO" class="cn.com.hello.dao.UserDAOImpl">
		<property name="sessionFactory">
			<ref bean="sessionFactory"/>
		</property>
	</bean>
<bean id="iUser" class="cn.com.hello.impl.UserImpl">
		<property name="userDAO">
			<ref bean="userDAO"/>
		</property>
	</bean>
</beans>
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics