Tagged: spring

spring整合cxf开发JSON格式的RESTful风格web service

5月 27, 2015 |

demo 下载: testcxf-rest.zip 一、前言 网上有很多这个话题的Demo,都不是maven版 […more]

使用atomikos处理ActiveMQ在Spring环境的XA事务

4月 3, 2015 |

demo:? testjms-xa.zip?? 密码:javacoder.cn ActiveMQ完全遵循jms […more]

在spring中使用JMS实现请求/响应模式

3月 25, 2015 |

demo下载:testjms-request-reply.zip 1、JMS的实现原理 当发起请求时,调用se […more]

Spring整合ActiveMQ实践

3月 24, 2015 |

demo下载:testjms.zip ActiveMQ是一个开源的消息中间件,完美的遵循JMS规范,Sprin […more]

spring classpath 理解

8月 21, 2014 |

网上有很多分析这个主题的文章,要么很啰嗦,要么很表面。其实spring解析classpath的逻辑在 spri […more]