欢迎来到天天文库
浏览记录
ID:37896191
大小:50.50 KB
页数:4页
时间:2019-06-02
《ssh框架集成笔记》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、Spring+Hibernate+Struts1集成笔记SSH框架集成是较复杂和难理解的,只有在不断的练习和使用中才能慢慢的理解其中的原理,仅凭看视频是远远不够的,因为这些涉及了尤其是spring底层的好多类以及控制翻转(IOC)和面向切面(AOP)编程的思想,不过在讲述过程中我们尽量以实例来解释spring中的这些思想,不做空的理论上的讲解,在实践中理解spring框架的精髓。下面我们看struts1+spring+hibernate(SSH1)集成问题:一、框架环境搭建顺序:springàhibern
2、ateàstruts;springàstrutsàhibernate;保证spring加在hibernate之前且spring最好在最开始的位置,以便于spring很好的管理其它两个框架。二、配置的改写:web.xml文件的改写;struts-config.xml文件的改写;spring文件的改写。struts-config.xml文件中的配置3、aseActon"scope="request"parameter="method">4、essor"/>5、struts-config>web.xml中的配置6、/javaee/web-app_2_5.xsd">actionorg.apache.struts.action.ActionServletconfig/WEB-INF/struts-config.xml7、t>action*.docontextConfigLocation/WEB-INF/classes/applicationContext.xml8、file-list>login.jspapplicationContext.xml文件中的配置
3、aseActon"scope="request"parameter="method">
4、essor"/>
5、struts-config>web.xml中的配置6、/javaee/web-app_2_5.xsd">actionorg.apache.struts.action.ActionServletconfig/WEB-INF/struts-config.xml7、t>action*.docontextConfigLocation/WEB-INF/classes/applicationContext.xml8、file-list>login.jspapplicationContext.xml文件中的配置
6、/javaee/web-app_2_5.xsd">actionorg.apache.struts.action.ActionServletconfig/WEB-INF/struts-config.xml7、t>action*.docontextConfigLocation/WEB-INF/classes/applicationContext.xml8、file-list>login.jspapplicationContext.xml文件中的配置
7、t>action*.docontextConfigLocation/WEB-INF/classes/applicationContext.xml8、file-list>login.jspapplicationContext.xml文件中的配置
8、file-list>login.jspapplicationContext.xml文件中的配置
此文档下载收益归作者所有