码迷,mamicode.com
首页 >  
搜索关键字:spring整合    ( 1006个结果
Spring整合JMS(二)——三种消息监听器
在Spring整合JMS的应用中我们在定义消息监听器的时候一共可以定义三种类型的消息监听器,分别是MessageListener、SessionAwareMessageListener和MessageListenerAdapter。下面就分别来介绍一下这几种类型的区别。 1)、MessageListener...
分类:编程语言   时间:2015-08-31 01:17:02    阅读次数:259
Spring笔记④--spring整合hibernate链接数据库
整合hibernate 整合什么? 有ioc容器来管理hibernate的SessionFactory 让hibernate使用上spring的声明式事务 先加入hibernate 驱动包 新建hibernate.cfg.xml 配置hibernate的基本属性 数据源需配置到IOC 容器中,所以在...
分类:数据库   时间:2015-08-28 22:54:00    阅读次数:233
Spring学习(六)spring整合注解形式的hibernate
上篇博客中谈到spring中如何整合普通形式的hibernate,这次我们来总结下如何整合注解形式的hibernate。...
分类:编程语言   时间:2015-08-27 18:51:45    阅读次数:183
Spring学习(七)spring整合mybatis
相对于mybatis的平常写法,spring中在使用mybatis时,不需要mybatis-config.xml配置,以及MybatisFactory工厂,在applicationContext.xml中配置即可。...
分类:编程语言   时间:2015-08-27 18:48:34    阅读次数:179
spring学习笔记(26)——spring整合ehcache
ehcache配置文件 spring配置文件中配置 使用 ehcache配置文件在src下创建ehcache.xml <!-- cache节点可...
分类:编程语言   时间:2015-08-27 15:25:57    阅读次数:184
Spring整合hibernate:3、使用XML进行声明式的事务管理
配置applicationContext.xml文件12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 ...
分类:编程语言   时间:2015-08-27 10:55:05    阅读次数:183
Spring学习(五)spring整合hibernate
上一篇博客中讲到spring dao层对jdbc的封装,用到了模板模式的设计思想 。这篇我们来看看spring中的orm层对hibernate的封装,也就是所谓的spring整合 hibernate。这里同样用了模板模式, 将hibernate开发流程封装在ORM层提供的模板类HibernateTemplate中,通过在DAO中对模板类的使用,实现对传统hibernate开发流程的代替。...
分类:编程语言   时间:2015-08-27 00:34:25    阅读次数:169
Spring整合quartz实现定时任务
spring整合quartz实现定时任务...
分类:编程语言   时间:2015-08-25 21:49:22    阅读次数:313
Struts2+Spring+Hibernate 三大框架的合并集成
这次来看看Struts2+Spring+Hibernate三大框架的整合应用,主要是Spring和Hibernate框架的整合,因为前边已经将Strtus2+Spring整合过了基本一样。 首先看一下分工吧: Struts2做的MVC的流程框架,主要完成从客户端访问到选择action的过程,其中.....
分类:编程语言   时间:2015-08-21 00:02:15    阅读次数:218
spring整合quartz demo
pom.xml: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/mav...
分类:编程语言   时间:2015-08-20 13:29:40    阅读次数:243
1006条   上一页 1 ... 76 77 78 79 80 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!