用户操作
[即时聊天] [发私信] [加为好友]
夏纯中ID:danny_xcz
857072次访问,排名41好友2人,关注者84
danny_xcz的文章
原创 296 篇
翻译 3 篇
转载 25 篇
评论 638 篇
纯月的公告
最近评论
zjxzou:bucuo~
yu3350360:收藏了先 呵呵
henhaohll:有些意思啊!呵呵 ..
sap99:www.sap99.com/,SAP99资料多多

SAP免费资料下载
http://www.sap99.com

有很多的学习资料,推荐一下,
snowring:你好,能留下联系方式吗?
我也在研究MULE,QQ:7766284
谢谢了。
文章分类
收藏
    相册
    Blog用途
    我的相册
    Java Desktop
    Open Source
    友情链接
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    原创 Mule 1.4对JBPM的集成收藏

    新一篇: Mule+Spring+jbpm | 旧一篇: Mule - 企业服务总线

    Mule 1.4集成了JBPM功能,这样就能将ESB和BPM的优势相互结合起来。

    支持分成两种:

    1 ESB的事件触发JBPM的流程,配置如下:

        <mule-descriptor name="ToBPMS" implementation="org.mule.components.simple.LogComponent">
            <inbound-router>
                <endpoint address="Incoming1"/>
                <endpoint address="Incoming2"/>
            </inbound-router>
            <outbound-router>
                <router className="org.mule.routing.outbound.FilteringOutboundRouter">
                    <endpoint address="bpm://MyProcess" synchronous="false" />
                </router>
            </outbound-router>
        </mule-descriptor>


    2 BPM流程触发ESB的事件

        <mule-descriptor name="FromBPMS" implementation="org.mule.components.simple.LogComponent">
            <inbound-router>
                <endpoint address="bpm://MyProcess" />
            </inbound-router>
            <outbound-router>
                <router className="org.mule.routing.outbound.EndpointSelector">
                    <endpoint address="Outgoing1"/>
                    <endpoint address="Outgoing2"/>
                    <endpoint address="Outgoing3"/>
                </router>
            </outbound-router>
        </mule-descriptor> 

    发表于 @ 2007年05月08日 08:24:00|评论(loading...)|编辑

    新一篇: Mule+Spring+jbpm | 旧一篇: Mule - 企业服务总线

    评论:没有评论。

    发表评论  


    当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
    Csdn Blog version 3.1a
    Copyright © 纯月