版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
第十三章Spring与Struts,Hibernate的集成本章任务使用Spring依赖注入组装后台代码给业务逻辑层添加事务支持
掌握Spring与Struts的集成掌握Spring与Hibernate的集成学会使用Spring实现声明式事务本章目标Spring与Hibernate集成使用Spring简化Hibernate编程使现有JavaEE技术更易用Spring的目标使用Hibernate的繁琐步骤importorg.springframework.orm.hibernate3.support.HibernateDaoSupport;publicclassStudentDAOextendsHibernateDaoSupport{publicvoidadd(StudentInfostudentInfo){super.getHibernateTemplate().add(studentInfo);}//...其他持久化方法的实现}使用Spring对Hibernate支持Spring与Hibernate集成使用Spring简化Hibernate编程publicclassStudentDAOextendsHibernateDaoSupport{
publicList<StudentInfo>findAllStudent(){returngetSession().createCriteria(StudentInfo.class).list();
}}Spring与Hibernate集成Session在哪里创建?配置数据源和SessionFactory使用Spring依赖注入,只需配置,无需编码StudentDAO中如何创建session的?HibernateDaoSupport提供了setSessionFactory方法Spring提供了LocalSessionFactoryBean用于创建SessionFactory,但需要通过setDataSource设置数据源数据源(DataSource)Spring与Hibernate集成依赖注入顺序配置数据源<beanid="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource" destroy-method="close"><propertyname="driverClassName" value="com.ibm.db2.jcc.DB2Driver"/><propertyname="url" value="jdbc:db2://localhost:50000/TOOLSDB"/><propertyname="username"value=“db2admin"/><propertyname="password"value=“admin"/></bean>数据库连接信息dataSourcesessionFactoryStudentDAOServiceStudentActionSpring与Hibernate集成配置SessionFactory<beanid="sessionFactory"class="org.springframework.orm.hibernate3.LocalSessionFactoryBean"> <propertyname="dataSource"> <refbean="dataSource"/> </property> <propertyname="configLocation"> <value>/WEB-INF/classes/hibernate.cfg.xml</value> </property></bean>注入dataSourceHibernate配置文件演示示例:Spring与Hibernate集成小结继承自HibernateDaoSupport实现StudentDAO接口。publicinterfaceStudentDAO{ publicStudentInfogetById(Stringstuno); publicvoidadd(StudentInfostudentInfo); publicvoiddel(Stringstuno); publicvoidupdate(StudentInfostudentInfo); publicList<StudentInfo>getAll();}使用Spring重新组装Web程序使用Spring管理依赖Web应用中组件间的依赖关系组装sessionFactory注入到DAO中DAO注入到Service中:首先增加setter方法<beanid=“studentDAO"class=“com.etp.hibernate.student.dao.StudentDAO"><propertyname="sessionFactory"ref="sessionFactory"/></bean><beanid=“service" class="com.etp.hibernate.student.service.Service"><propertyname=“studentDao"ref=“studentDAO"/></bean>使用Spring重新组装Web程序与Struts集成回顾:Struts机制我们用Spring创建Action,告诉Struts到Spring的Bean工厂中去取 ActionServlet请求ActionActionBean是由Struts创建的使用Spring重新组装Web程序与Struts集成步骤1.在struts.xml配置插件<?xmlversion="1.0"encoding="GBK"?><struts> <constantname="struts.objectFactory"value="spring"></constant> <constantname="struts.objectFactory.spring.useClassCache“value="true"> </constant></struts>添加Spring支持使用Spring重新组装Web程序与Struts集成步骤2.修改ActionBean配置<?xmlversion="1.0"encoding="GBK"?><struts>
<packagename="student"extends="struts-default"> <actionname="findAll"class="studentAction"method="findAllStudent"> <resultname="success">/Output.jsp</result> </action> </package></struts>使用Spring重新组装Web程序与Struts集成步骤3.在Spring配置文件中配置ActionBean,将service注入<beanid="service"class="com.etp.hibernate.student.service.Service"> <propertyname="studentDao"> <refbean="studentDAO"/> </property></bean><beanid="studentAction"class="com.etp.hibernate
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年消防设备制造与安装一体化服务合同协议书2篇
- 二零二五年度面包烘焙产品出口合同4篇
- 二零二五年度美食摊位租赁与品牌孵化合同4篇
- 2025年度个人对旅游公司借款协议4篇
- 二零二五猕猴桃种植基地土地租赁与智能灌溉系统合同4篇
- 录用条件协议书(2篇)
- 二零二五年度模板木方质量保证合同范本4篇
- 市场研究专题报告十 -急性缺血性脑卒中药物市场研究专题报告 202410
- 2025年销售合同签订全流程规范与操作指南2篇
- 博士答辩导师讲座模板
- 金蓉颗粒-临床用药解读
- 社区健康服务与管理教案
- 2023-2024年家政服务员职业技能培训考试题库(含答案)
- 2023年(中级)电工职业技能鉴定考试题库(必刷500题)
- 藏历新年文化活动的工作方案
- 果酒酿造完整
- 第4章-理想气体的热力过程
- 生涯发展展示
- 法治副校长专题培训课件
- 手术室应对突发事件、批量伤员应急预案及处理流程
- 动机-行为背后的原因课件
评论
0/150
提交评论