1. 導入spring-orm-3.1.2.RELEASE.jarweb
2. 在web.xml中加入: (注意 該過濾器要放在struts過濾器的前面)spring
<filter>app
<filter-name>OpenSessionInViewFilter</filter-name>jsp
<filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>url
</filter>spa
<filter-mapping>hibernate
<filter-name>OpenSessionInViewFilter</filter-name>orm
<url-pattern>*.do</url-pattern>xml
<url-pattern>*.jsp</url-pattern>io
</filter-mapping>