
Spring
iamfafa
这个作者很懒,什么都没留下…
展开
-
PropertyPlaceHolderConfigurer usage in my app
Original usage<br /> <br />Originally, our application use the org.springframework.beans.factory.config.PropertyPlaceholderConfigurer in this way.<br /> In Spring config file:<br /> <br /> <beanid="initializationBean"class="com.citigroup.eqtg.exchangesim.转载 2011-04-20 10:22:00 · 817 阅读 · 0 评论 -
Integrating with Spring
<br />http://mina.apache.org/integrating-with-spring.html原创 2011-04-20 11:46:00 · 742 阅读 · 0 评论 -
Spring之BeanFactory与ApplicationConText区别
<br />1,两者都是通过xml配置文件加载bean,ApplicationContext和BeanFacotry相比,提供了更多的扩展功能,但其主要区别在于后者是延迟加载,如果Bean的某一个属性没有注入,BeanFacotry加载后,直至第一次使用调用getBean方法才会抛出异常;而ApplicationContext则在初始化自身是检验,这样有利于检查所依赖属性是否注入;所以通常情况下我们选择使用ApplicationContext.<br /> <br /><br />2,BeanFactory转载 2011-04-20 10:21:00 · 564 阅读 · 0 评论 -
hbm文件如何打包在jar中不出现资源文件找不到的问题
在配置hibernate时,如果配置为 classpath:com/test/pojo/ 时会出现 cannot be resolved to absolute file path because it does not reside原创 2011-08-04 20:53:50 · 5205 阅读 · 1 评论 -
java源码保护 加密 适应web ssh等
终于完成了加密,而且无任何错误日志,也适合 web sping struts .运行容器 tomcat qq 24268908原创 2015-07-27 09:03:56 · 2058 阅读 · 0 评论