.Net 中的工作流程描述和实现

发布于 2024-11-26 13:28:21 字数 311 浏览 0 评论 0原文

情况如下: 我们必须构建一个以Web服务为主要组件的系统。一些 Web 服务会将数据写入数据库,其他 Web 服务接收文件作为输入并生成转换后的文件作为输出,对文件格式进行验证...

我们的想法是首先开发基本组件,然后将它们放入云中(使用Windows Azure)。

当前的问题是 Web 服务如何通信?由于我们的客户使用与前端 Web 服务通信的客户端应用程序,因此在未来的云中建模和实施业务流程或工作流的最佳解决方案是什么?

我读了一些关于 BPMN、BPEL 和 YAWL 的文章,但我不知道这些是否是好的开始方法。是否兼容Windows云的服务总线?

Here is the situation:
We have to build a system made of web services as main components. Some web services will write data in databases, other receive a file as input and produce a transformed file as output, make validation on the file format...

Our idea is first to develop the basic components and then put them in a cloud (using Windows Azure).

The current problem is how will the web services communicate? Since our customers use a client application which communicates with a front end web service, what is the best solution to model and implement the business process or workflow in our future cloud?

I read some articles about BPMN, BPEL and YAWL but I don't know if these are good ways to start. And are they compatible with the service bus of Windows cloud?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

淡写薰衣草的香 2024-12-03 13:28:21

我想您现在已经解决了这个问题,但是 Windows Workflow 对于这个应用程序来说是一个公平的选择。

请参阅:http://msdn.microsoft.com/en-us/library/dd489441 .aspx

这是集成到 .NET 中的工作流语言,与 BPEL、YAWL 和所有其他语言相对应。正如您在此处看到的: http://blogs.msdn.com/b/appfabriccat/archive/2011/01/12/running-net4-windows-workflows-in-azure-today.aspx 在 Azure 中运行。

这种集成在 .NET 4.5 中可能会变得更加强大,请参阅:https://wf.codeplex.com/发布/视图/72594

I guess you have solved the problem by now, but Windows Workflow would have been a fair choice for this application.

See: http://msdn.microsoft.com/en-us/library/dd489441.aspx

This is the workflow language integrated into .NET, being its counterpart to BPEL, YAWL and all the others. As you can see here: http://blogs.msdn.com/b/appfabriccat/archive/2011/01/12/running-net4-windows-workflows-in-azure-today.aspx runs in Azure.

This integration might get even stronger in .NET 4.5, see: https://wf.codeplex.com/releases/view/72594

北恋 2024-12-03 13:28:21

您应该查看 Windows Azure AppFabric 功能 http://www.microsoft.com/windowsazure/AppFabric /概述/

You should check out the Windows Azure AppFabric features http://www.microsoft.com/windowsazure/AppFabric/Overview/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文