码迷,mamicode.com
首页 >  
搜索关键字:applicationcontext    ( 2092个结果
Caused by: java.lang.ClassNotFoundException: flex.messaging.io.BeanProxy
1、错误描述 2014-7-13 1:34:46 org.apache.catalina.startup.HostConfig undeploy 信息: Undeploying context [/blazeds] 2014-7-13 1:34:46 org.apache.catalina.core.ApplicationContext log 严重: Servlet MessageBroker...
分类:编程语言   时间:2014-07-13 17:32:46    阅读次数:311
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
1、错误描述 2014-7-12 23:08:31 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions 信息: Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext....
分类:编程语言   时间:2014-07-13 16:24:55    阅读次数:332
Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory
1、错误描述 2014-7-12 0:38:57 org.apache.catalina.core.ApplicationContext log 信息: No Spring WebApplicationInitializer types detected on classpath 2014-7-12 0:38:57 org.apache.catalina.core.StandardContext...
分类:编程语言   时间:2014-07-12 22:18:24    阅读次数:409
Spring学习笔记 2014-7-9
Spring需要applicationContext.xml来管理各个Bean,其基本格式:当中可以插入各个Bean。加入注解后会以扫描器替代 最新版的Spring至少需要spring-core-4.0.5.RELEASE.jar,spring-beans-4.0.5.RELE...
分类:编程语言   时间:2014-07-11 19:16:40    阅读次数:191
Java spring quartz 定时任务
首先,需要导入quartz 的jar包 ① applicationContext.xml ② ctmanage-schedule.xml 0 0 2 1 * ? org.quartz.simpl.SimpleThreadPool 10 true...
分类:编程语言   时间:2014-07-09 17:22:10    阅读次数:340
spring测试父类,使用junit-4.4.jar,spring-test.jar
@ContextConfiguration(locations = "classpath:conf/applicationContext.xml")@RunWith(SpringJUnit4ClassRunner.class)@Transactional@TransactionConfigurati...
分类:编程语言   时间:2014-07-07 09:11:52    阅读次数:189
spring中获取applicationContext(2)
前几天写web项目的时候,用到了spring mvc。但是又写bean。我要在代码里面生成,而这个bean里面,又有一些属性是通过spring注入的。所以,只能通过ApplicationContext来获取。在servlet里面获取ApplicationContext其实可以通过spring提供的方...
分类:移动开发   时间:2014-07-06 19:05:32    阅读次数:242
spring中获取applicationContext
常用的5种获取spring 中bean的方式总结:方法一:在初始化时保存ApplicationContext对象代码:ApplicationContext ac = new FileSystemXmlApplicationContext("applicationContext.xml");ac.ge...
分类:移动开发   时间:2014-07-05 20:37:51    阅读次数:212
两分钟彻底让你明白Android Activity生命周期(图文)!
首先看一下Android api中所提供的Activity生命周期图(不明白的,可以看完整篇文章,在回头看一下这个图,你会明白的):Activity其实是继承了ApplicationContext这个类,我们可以重写以下方法,如下代码:1publicclassActivityextendsAppli...
分类:移动开发   时间:2014-07-03 09:09:54    阅读次数:434
Hibernate配置文件
进入Java的学习,没少接触配置文件,尤其学习SSH时,配置文件尤其多,Struts配置文件Struts.xml,Spring配置文applicationContext.xml,Hibernate配置文件Hibernate.properties、hibernate.cfg.xml。     最初接触这些配置文件时,只有一个感觉:好麻烦!!总觉得每做一项工作,还要考虑配置文件中需要添加个什么标签...
分类:系统相关   时间:2014-07-01 08:48:53    阅读次数:295
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!