Biztalk、Azure 和 BPEL - 如何编排?
我对所有这些技术都相当陌生,并试图掌握它们之间的关系。我正在寻找一种在 Intranet 和云中使用 BPEL 编排 .Net 服务的方法。
据我了解,Biztalk 支持 BPEL 并且可以连接到 Azure AppFabric。那么是否有可能通过 Biztalk 中的 BPEL 编排 Web 服务,并通过与 AppFabric 的连接跳入云?我还需要 Biztalk 吗?这有可能吗?
提前致谢。
I'm fairly new to all these technologies and try to grasp how they are related. I'm searching for a way to use orchestrate .Net services with BPEL, in the intranet but also in the cloud.
As I understand it Biztalk supports BPEL and is connectable to the Azure AppFabric. So is it possible to orchestrate Web Services via BPEL in Biztalk and jump the gap into the cloud with a connection to AppFabric? Do I even need Biztalk? Is this possible at all?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前Biztalk和Azure AppFabric是互补的,但没有集成。 AppFabric 提供的服务包括授权、缓存和服务投影(将内联网 Web 服务端点粘贴到互联网上)。因此,当前要在“云中”实施 BPEL,您需要在本地进行托管并使用 Azure 服务总线将您的服务端点投射到互联网上。
但是...Azure集成服务应该在今年的某个时候交付,这基本上是在Azure上托管的Biztalk,因此您不需要在本地托管Biztalk。
http://www.microsoft.com/windowsazure/AppFabric/Overview/default.aspx (你必须点击左侧导航,愚蠢的 javascript 导航)
Currently Biztalk and Azure AppFabric are complementary, but not integrated. The services offered by AppFabric are Authorization, Caching and Service Projection (sticking intranet web service endpoints on the internet). So to implement BPEL "in the cloud" currently you would need to host on premises and use Azure Service Bus to project your service endpoints onto the internet.
However ... Azure Integration services should be delivered sometime this year, which is basically Biztalk hosted on Azure, so you won't need to host Biztalk on premises.
http://www.microsoft.com/windowsazure/AppFabric/Overview/default.aspx (you have to click on the left nav, silly javascript navigation)