开源 ESB 和 ESB 的建议业务流程管理工具
谁能推荐一个可扩展以包含或与 BPM(BPEL 或 exec BPMN)兼容的开源 ESB 工具/运行时?
理想情况下,我正在寻找具有经过验证的可扩展性和一组良好的图形支持/维护界面的东西。
我知道一些在商业世界中可以做到这一点的事情,但对操作系统产品不太熟悉。
Can anyone recommend an open source ESB tool/runtime which is extensible to include or compatible with BPM (either BPEL or exec BPMN)?
Ideally I'm looking for something with proven scalability, and a good set of graphical support/maintenance interfaces.
I'm aware of a couple of things which do this in the commercial world but a but not too familiar with o/s offerings.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您需要了解,在开源社区中,有时您会发现非常好的项目,可以让您使用所需的技术构建 UI。为您提供灵活性,使其适应遗留应用程序。 jBPM5 为您提供的不仅仅是一个 BPM 系统,它还集成了规则引擎和复杂事件处理功能,您可以在这里找到有关它的更多信息:http://www.jbpm.org
因为它是开源的,所以您还可以将其插入任何 ESB,无论是专有的还是开源的。
希望有帮助!
干杯
You need to understand that in the open source community sometimes you will find very good projects that allow you to build the UIs using the technology that you want. Providing you flexibility to adapt them to legacy applications. jBPM5 provides you more than a BPM System, it is integrated with a Rule Engine and Complex Event Processing features, you can find more information about it here: http://www.jbpm.org
Because it's open source you can also plug it in with any ESB out there, proprietary or open source.
Hope it helps!
Cheers
我会推荐 WSO2 ESB。它基于 Carbon 平台,提供各种基于 OSGi 的组件。 BPM 是平台中可用的功能之一,可以安装到 ESB 上。 BPM 也可以作为单独的产品提供,但如果您只需要具有 BPM 功能的 ESB,您只需将 BPM 功能安装到 ESB 上即可
。基于 Eclipse 的工具。
请参阅
WSO2 ESB http://wso2.com/products/enterprise-service-bus/
WSO2 BPS http://wso2.com/products/business-process-server/
Eclipse基于开发工作室 http://wso2.com/products/carbon-studio/
包含可扩展功能的存储库 < a href="http://dist.wso2.org/p2/carbon/releases/3.2.0/" rel="nofollow">http://dist.wso2.org/p2/carbon/releases/3.2.0/
I would recommend WSO2 ESB. It is based on the Carbon platform which offers a wide range of OSGi based components. BPM is one of the features available in the platform and can be installed onto the ESB. BPM is available as a separate product as well, but if you simply need an ESB which has BPM capabilities, you can simply install the BPM feature onto the ESB
It has a fully-fledged management console & Eclipse based tooling.
See
WSO2 ESB http://wso2.com/products/enterprise-service-bus/
WSO2 BPS http://wso2.com/products/business-process-server/
Eclipse based development studio http://wso2.com/products/carbon-studio/
Repository containing extensible features http://dist.wso2.org/p2/carbon/releases/3.2.0/
Mule 和 Apache Servicemix 可以提供这些东西。但是,Servicemix 没有您正在寻找的漂亮的图形管理 UI。
Both Mule and Apache Servicemix can offer these things. However, Servicemix does not have the nice graphical management UI you are looking for.
最大的痛苦在于决定正确的工具!我也在寻找一些最好的 BPM 工具来探索,尝试过 Apache ServiceMix,但 Mule 似乎是更好的选择。
big pain is in deciding the correct tool! me too looking for some best BPM tool to explore, have tried Apache ServiceMix but Mule seems to be a better option.