码迷,mamicode.com
首页 >  
搜索关键字:applicationcontext    ( 2092个结果
Hibernate SQL方言(dialect)介绍
Hibernate SQL方言 (hibernate.dialect) Spring配置文件applicationContext.xmlHibernate SQL方言 (hibernate.dialect)数据库hibernate方言DB2org.hibernate.dialect.DB2Diale...
分类:数据库   时间:2014-12-15 10:21:37    阅读次数:543
spring整合activiti
1.建立web项目,配置web.xml contextConfigLocation classpath*:/applicationContext.xml org.sprin...
分类:编程语言   时间:2014-12-12 23:37:37    阅读次数:662
SpringSide3中多数据源配置
applicationContext.xml中配置 下面是加载外部配置文件:application.properties classpath*:/application.pro...
分类:编程语言   时间:2014-12-12 19:07:40    阅读次数:185
spring对mytatis的xml配置以及quartz
前言:使用spring+mybatis+mysql的框架构建Java代码已经有段时间了,但是对于applicationContext.xml文件中的配置项并没有很明确的概念性知识,经过阅读《spring实战3》,结合项目中运用的知识,对本文件的配置做一些说明,同时,非常迫切的希望有这方面经验的朋友对datasource的配置项提出一些指导性的建议。 Java项目 applicationCont...
分类:编程语言   时间:2014-12-11 14:09:54    阅读次数:237
spring简单的demo
spring配置文件:applicationContext.xml <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p...
分类:编程语言   时间:2014-12-11 14:06:14    阅读次数:162
hibernate4+spring3+struts2搭建框架实例
1.所需要的JAR包2.web.xml配置文件,这个和平时的配置是一样的 springConfigLocation /WEB-INF/applicationContext.xml org.springframework.web.context.ContextLoade...
分类:编程语言   时间:2014-12-10 10:27:32    阅读次数:302
JUnit4如何加载WEB-INF下的spring配置文件
研究了好久,给大家分享下,越分享,越快乐!!@RunWith(SpringJUnit4ClassRunner.class)@ContextConfiguration(locations = {"file:WebRoot/WEB-INF/applicationContext.xml","file:We...
分类:编程语言   时间:2014-12-10 00:29:06    阅读次数:290
Druid数据库连接池使用
阿里巴巴推出的国产数据库连接池,据网上测试对比,比目前的DBCP或C3P0数据库连接池性能更好可以监控连接以及执行的SQL的情况。加入项目的具体步骤:1、导入jar com.alibaba parent-pom 1.0.0-SNAPSHOT2、在applicationContext...
分类:数据库   时间:2014-12-08 22:54:48    阅读次数:275
Spring定时实际项目运用
applicationContext-timer.xml ...
分类:编程语言   时间:2014-12-08 10:50:50    阅读次数:220
Spring容器-ApplicationContext的单例设计
Spring容器-ApplicationContext的单例设计 每次通过new创建一个ApplicationContext容器,都会执行refresh方法,看源代码了解到这个refresh方法会重新加载配置文件,并且这个创建的容器对象持有一个所有singleton类型bean的map集合,从而实现...
分类:移动开发   时间:2014-12-07 17:42:30    阅读次数:182
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!