码迷,mamicode.com
首页 >  
搜索关键字:applicationcontext    ( 2092个结果
mybatis在mysql中的分页扩展
applicationContext.xml mybatis-config.xml DiclectResultSetHandlerInterceptor.javapackage com.system.util;import java.sql.Statemen...
分类:数据库   时间:2015-01-30 19:05:01    阅读次数:263
Spring中的applicationContext.xml与SpringMVC的xxx-servl
一直搞不明白两者的区别。 如果使用了SpringMVC,事实上,bean的配置完全可以在xxx-servlet.xml中进行配置。为什么需要applicationContext.xml?一定必须? 一、 因为直接使用了SpringMVC,所以之前一直不明白xxx...
分类:移动开发   时间:2015-01-30 16:17:49    阅读次数:136
java.lang.NoClassDefFoundError: org/springframework/jdbc/datasource/TransactionAwareDataSourceProxy
问题:Error creating bean with name 'sqlSessionFactory' defined in class path resource [applicationContext-dao.xml]: Error setting property values; neste...
分类:数据库   时间:2015-01-30 15:34:55    阅读次数:1469
org.springframework.beans.factory.BeanDefinitionStoreException:
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [applicationContext...
分类:编程语言   时间:2015-01-30 15:24:28    阅读次数:423
spring 定时器的使用
在spring的applicationContext.xml 中配置定时器需要的jar包:quartz.jar 1 2 3 4 5 6 7 8 ...
分类:编程语言   时间:2015-01-27 10:39:00    阅读次数:206
我的SpringMVC配置
记住所有导的包都在org.springframework.web.servlet.mvc.annotation.下而不是org.springframework.web.protlet.mvc.annotation包下。这两个得看清楚!我的applicationContext.xml配置: ...
分类:编程语言   时间:2015-01-23 07:16:14    阅读次数:175
SSM 框架
1.web.xml: 定义strust核心控制器 初始化Spring(创建容器) ContextConfigLocation-->applicationContext.xml2.applicationContext.xml (管理Bean对象) 初始化MyBatis ...
分类:其他好文   时间:2015-01-20 22:06:33    阅读次数:301
SSH配置环境都正常,但是每次执行到Action中的方法时就中断了,而且不报任何错误
SSH配置环境都正常,但是每次执行到Action中的方法时就不执行课,而且不报任何错误。Action中的方法封装的是业务层,业务层封装DAO层,检查了一天才发现错误在哪。 在applicationContext.xml中报了一个异常,如: Multiple annotations found at this line: - Exception 'com/dao/StudentDAO : Un...
分类:其他好文   时间:2015-01-19 23:39:57    阅读次数:459
Spring Framework源码(六):Spring AOP之解析标签
首先看下spring framework配置例子:     服务器的servlet容器在加载web.xml文件启动后,会使用一个org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader类来读取applicationContext.xml文件,当解析aop标签时它会调用B...
分类:编程语言   时间:2015-01-19 00:16:53    阅读次数:263
Spring与Jdbc Demo
方法一:继承JdbcTemplate来实现 1、配置applicationContext 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2、继承applicationContext1 public class...
分类:数据库   时间:2015-01-17 23:32:01    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!