1、hibernate spring 整合 A、定义 dao 的 bean,并且注入 sessionFactoryB、声明式事务。PROPAGATION_REQUIREDPROPAGATION_REQUIREDPROPAGATION_REQUIREDPROPAGATION_REQUIREDPROPAGATION_REQUIRED,readOnlyPROPAGATION_REQUIRED,readOnlyPROPAGATION_REQUIRED,readOnlytruedaotxInterceptorC、定义业务逻辑,并注入 dao2、spring struts 整合 A、在 struts.config.xml 中加入插件B、修改标签中的 type 的值为type=“org.springframework.web.struts.DelegatingActionProxy“C、在 spring 中定义 struts 的 bean注意: 这个 name 的值必须与 struts.config.xml 中的一致