Spring

参考博客:
--spring加载多个配置文件
[url]http://www.cnblogs.com/gexiaoshan/p/3566238.html[/url]
--java项目里classpath具体指哪儿个路径
[url]http://blog.csdn.net/u011095110/article/details/76152952[/url]

1、高级依赖配置 - FieldRetrievingFactoryBean
[url]http://blog.csdn.net/qq_27905183/article/details/52871787[/url]

2、spring bean parent属性详解
[url]http://www.cnblogs.com/caoyc/p/5622986.html[/url]
--Spring abstract="true" merge="true"
[url]http://blog.csdn.net/xuezhan032200/article/details/9041417[/url]

<!-- API001 -->
<bean id="API001Processor" class="com.*.API001Processor" />
.
.
.
<!-- API006 -->
<bean id="API006Processor" class="com.*.API006Processor" />
<!--业务处理器v1.0-->
<bean id="v1.0" class="org.springframework.beans.factory.config.MapFactoryBean">
<property name="targetMapClass">
<value>java.util.HashMap</value>
</property>
<property name="sourceMap">
<map>
<entry key="API001">
<ref bean="API001Processor" />
</entry>
<entry key="API002">
<ref bean="API002Processor" />
</entry>
<entry key="API003">
<ref bean="API003Processor" />
</entry>
</map>
</property>
</bean>

<!--业务处理器v2.0-->
<bean id="v2.0" parent="v1.0">
<property name="sourceMap">
<map merge="true">
<entry key="API004">
<ref bean="API004Processor" />
</entry>
<entry key="API005">
<ref bean="API005Processor" />
</entry>
<entry key="API006">
<ref bean="API006Processor" />
</entry>
</map>
</property>
</bean>

<!--业务处理器工厂-->
<bean name="bizFactory" class="com.*.bizFactoryImpl">
<property name="bizProcessors">
<map>
<entry key="1.0" value-ref="v1.0" />
<entry key="2.0" value-ref="v2.0" />
</map>
</property>
</bean>


3、注解
--spring各jar包作用于spring常用注解
[url]http://blog.csdn.net/wangcunhuazi/article/details/47124479[/url]

Spring中@Autowired注解、@Resource注解的区别
[url]http://blog.csdn.net/gst6062825/article/details/8765157[/url]

4、Java,spring程序中实时获取.properties属性key的value
[url]http://blog.csdn.net/smithdoudou88/article/details/47663021[/url]

5、org.springframework.beans.factory.config.MapFactoryBean--抽象类
参考博客:
-- Spring MapFactoryBean应用详解
[url]http://blog.csdn.net/u010397369/article/details/41804585[/url]
--
Spring中注入List,Set,Map,Properties
[url]http://www.cnblogs.com/rollenholt/archive/2012/12/27/2835122.html[/url]

6、org.springframework.transaction.interceptor.TransactionProxyFactoryBean
参考博客:
--用TransactionProxyFactoryBean实现spring的声明式事务
[url]http://uule.iteye.com/blog/893890[/url]

7、声明式事务
--声明式事务
[url]http://uule.iteye.com/blog/2112534[/url]

-- Spring中事务的Propagation(传播性)的取值
[url]http://blog.csdn.net/zhang_shufeng/article/details/38706725[/url]

--Spring 声明式事务,propagation属性列表
[url]http://www.blogjava.net/wmcoo/articles/333831.html[/url]

8、web.xml中的contextConfigLocation与spring配置
[url]http://blog.csdn.net/zhangliao613/article/details/6289114[/url]

9、MessageSource--Spring 利用MessageSource实现国际化
[url]http://www.cnblogs.com/jyyzzjl/p/5474088.html[/url]
[url]http://blog.csdn.net/qyf_5445/article/details/8124306[/url]
[url]http://blog.sina.com.cn/s/blog_85d71fb70101cyp5.html[/url]
[url]http://blog.csdn.net/jiana227/article/details/23252593[/url]


10、Spring 整合JMS
[url]http://elim.iteye.com/blog/1893038[/url]

11、spring配置文件中的<import resource=""/>标签以及classpath和classpath*
--classpath 和 classpath* 区别以及如何覆盖在配置文件中的Bean ID
[url]http://blog.csdn.net/voyage_mh1987/article/details/8028395[/url]

12、Spring HttpInvokerProxyFactoryBean
--Spring中HttpInvoker远程方法调用总结
[url]http://blog.csdn.net/zen_123/article/details/51615080[/url]

--Spring HTTP Invoker使用介绍
[url]http://stevex.blog.51cto.com/4300375/1353236[/url]

13、断言Assert
[url]http://blog.csdn.net/qq_33376750/article/details/65440436[/url]
[url]http://www.cnblogs.com/MoShin/archive/2011/04/08/2009694.html[/url]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值