本月博客排行
-
第1名
kaizi1992 -
第2名
wy_19921005 -
第3名
arpenker - hanbaohong
- jh108020
- silverend
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
青否云后端云 - wy_19921005
- benladeng5225
- vipbooks
- kaizi1992
- e_e
- arpenker
- tanling8334
- javashop
- sam123456gz
- zysnba
- fantaxy025025
- xiangjie88
- lemonhandsome
- wallimn
- ganxueyun
- Xeden
- zhanjia
- xyuma
- wangchen.ily
- jh108020
- johnsmith9th
- zxq_2017
- jbosscn
- forestqqqq
- daizj
- ajinn
- xpenxpen
- 喧嚣求静
- silverend
- kingwell.leng
- kristy_yy
- lchb139128
- jveqi
- lzyfn123
- java-007
- sunj
- yeluowuhen
- lerf
- xiaoxinye
- flashsing123
- bosschen
- chenqisdfx
- zhangjijun
- lyndon.lin
- sunnylocus
- lyj86
- paulwong
最新文章列表
SOA-改变下一代的应用架构(转)
SOA原本三个普普通通的英文字母,但是排列到了一起却是当今IT届红得发烫的“主角”—Service Oriented Architecture(面向服务架构)。 这个早在1996年就由Gartner提出的“预言”,在厂商和媒体的推波助澜下,8年之后突然重生,火爆异常。 但是我们发现,即使在8年之后,这个概念在中国用户当中的认识还是比较模糊的。在一次SOA的技术讲座上,记者身边坐着中国移动管理业务 ...
WebService几种框架的比较(转载)
在SOA领域,我们认为Web Service是SOA体系的构建单元(building block)。对于服务开发人员来说,AXIS和CXF一定都不会陌生。这两个产品都是Apache孵化器下面的Web Service开源开发工具。 Axis2的最新版本是1.3.CXF现在已经到了2.0版本。
这两个框架 都是从已有的开源项目发展起来的。Axis2是从Axis1.x系列发展而来。CXF则是XFire和 ...
mule & seda 学习二
mule的jdbc,配置seda以及vm的初步认识
java类
package com.zxgllhh.jdbc;
import java.util.Map;
public class NumberServiceComponent {
public NumberServiceComponent(){
}
public Object process(Object vm) throws Excep ...
mule & seda的学习三
以竣工服务为例
package com.tydic.mule.component;
import java.math.BigDecimal;
import java.util.HashMap;
import java.util.Map;
import org.springframework.orm.ibatis.SqlMapClientTemplate;
import com.tydic.fram ...
mule & seda 学习四
从前,从前
程序跑的太慢,对mule有点误解
jaxb解析xml在高压力下会有互相等待的问题,可能是使用的方式不对
使用mule简单就好了,不要太复杂,任何一个功能最好分成2个stage就好(容易查找内存堵塞)
<mule xmlns="http://www.mulesource.org/schema/mule/core/2.2"
xmlns:xsi="h ...
一个不错的MULE主文件
mule & seda 的使用每分钟处理5000单,发帖纪念 .
<mule xmlns="http://www.mulesource.org/schema/mule/core/2.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:spring="ht ...
Practical SOA for the Solution Architect
Most IT practitioners often lose sight of the core principles of Service-Oriented Architecture (SOA). This article and its extended white paper are a retelling of the SOA philosophy in an easi ...