最近公司的项目慢慢开始向Maven项目迁移, 部分配置文件公共组也帮我们做了些改动,其中在spring的applicationContext.xml中看到了数据连接bean存在两个,一个是njdi 一个是datasource.对njdi的数据连接不上很熟悉, 所以就搜索了相关的资料,在此做一下笔记。...
分类:
其他好文 时间:
2014-09-05 11:19:21
阅读次数:
286
没想到看了一个小时只看了一个方法spring的StringUtils类中包含了很多字符串处理方法。其中很多方法都和String的方法一个效果。实在不明白为何要自己写一个。。。BeanFactorybf=newXmlBeanFactory(newClassPathResource("applicationContext.xml"));从这句话开始看newClassPath..
分类:
编程语言 时间:
2014-09-05 10:14:11
阅读次数:
163
1.在ApplicationContext容器中,我们以常用的FileSystemXmlApplicationContext的实现为例来说明ApplicationContext容器的设计原理。2.在FileSystemXmlApplicationContext的设计中,我们看到Application...
分类:
移动开发 时间:
2014-09-03 16:23:56
阅读次数:
237
在spring 3.0中,可以通过使用@value,对一些如xxx.properties文件 中的文件,进行键值对的注入,例子如下:1 首先在applicationContext.xml中加入: 的命名空间,然后2 3 创建test.properties abc=1234 import...
分类:
编程语言 时间:
2014-09-03 16:16:36
阅读次数:
171
1.上一节中我们了解了IoC容器建立的基本步骤。理解这些步骤之后,可以很方便地通过编程的方式来手工控制这些配置和容器的建立过程了。2.但是,在Spring中,系统已经为用户提供了许多已经定义好的容器实现,而不需要开发人员事必躬亲。3.相比那些简单扩展BeanFactory的基本IoC容器,开发人员常...
分类:
移动开发 时间:
2014-09-03 16:15:06
阅读次数:
293
spring通过在web.xml 中配置ContextLoaderListener 来加载context配置文件,在DispatcherServlet中也可以来加载spring context配置文件,那么这两个有什么区别呢。ContextLoaderListener中加载的context成功后,s...
分类:
移动开发 时间:
2014-09-03 14:48:26
阅读次数:
194
配置applicationContext.xml时经常会看到:它的作用是隐式地向Spring容器注册AutowiredAnnotationBeanPostProcessor、CommonAnnotationBeanPostProcessor、PersistenceAnnotationBeanPost...
分类:
编程语言 时间:
2014-09-03 12:48:06
阅读次数:
186
com.mysql.jdbc.Driver jdbc:mysql://wonder:3306/j2ee root pass lee/Person.hbm.xml org.hibernate...
分类:
移动开发 时间:
2014-09-02 17:40:35
阅读次数:
233
第一步:导入三大框架的jar包(struts2.3.16.1+hibernate3.2+spring3.2.4)第二步:编写web.xml 和struts.xml和applicationContext.xml和applicationContext-service.xml和application-ac...
分类:
编程语言 时间:
2014-09-02 15:35:04
阅读次数:
300
配置实例 – 1 --> org.hibernate.connection.ProxoolConnectionProvider dbProxool proxool-config.xml --> ...
分类:
移动开发 时间:
2014-09-02 14:06:54
阅读次数:
326