惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
J
Java Code Geeks
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
V
Visual Studio Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
M
MIT News - Artificial intelligence
U
Unit 42
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
The GitHub Blog
The GitHub Blog
I
InfoQ
WordPress大学
WordPress大学
H
Help Net Security
D
Docker
B
Blog
腾讯CDC
A
About on SuperTechFans
Recent Announcements
Recent Announcements
雷峰网
雷峰网
有赞技术团队
有赞技术团队
C
Check Point Blog
Y
Y Combinator Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

博客园 - 赤脚小子

Workflow WF Reference Links for 2009-03-20 Workflow WF Reference Links for 2009-03-06 Workflow WF Reference Links for 2009-02-20 Workflow WF Reference Links for 2009-02-13 Workflow WF Reference Links for 2009-02-06 Workflow WF Reference Links for 2009-02-01 Workflow WF Reference Links for 2009-01-16 Workflow WF Reference Links for 2008-12-30 WF书籍导读(完整版) WF书籍推荐 Unity(七):使用场景Ⅲ:用于依赖注入(下) Unity系列目录 Unity(六):使用场景Ⅲ:用于依赖注入(上) Unity(五):使用场景Ⅱ:用于单例模式 Unity(四):使用场景Ⅰ:建立类型映射 Unity(三):快速入门 Unity(二):Unity是什么? Unity(一):从ObjectBuilder说起 Exception Management in .NET阅读笔记
Workflow WF Reference Links for 2009-01-09
赤脚小子 · 2009-01-09 · via 博客园 - 赤脚小子

Workflow Reference Links:

1. 我们能从BPMN 2.0期望什么?

前面的参考引用中提到BPMN不止一次,但是究竟什么是BPMN可能你还不大清楚。所以,还是让我们先来认识BPMN,。

2. BPEL为何不是BPM的圣杯?

在业务流程建模领域,标准之争仍在继续。Bull BPM团队的Pierre Vigneras在本文中讨论了作为标准之一的BPEL所存在的问题。Pierre先给我们大致介绍了一个简单的并行流程,接着讨论了从业者在试图以一个结构化模型为基础表达非结构化流程时遇到的一系列问题。 

WF Reference Links

1.  Windows Workflow Changes Direction
     Windows Workflow Changes Direction: Write New Workflows with .NET 4.0 in Mind

作者从版本迁移的角度,给出了一些在使用不同版本的WF时需要注意的地方以及相关的指导。

2.  WF 4.0 - the new runtime model

介绍了在WF 4.0中的新的运行时模型。

3.  Thoughts on Waiting until 20xx for WF

Matt Winkler作为WF 资深的产品经理,针对目前存在的一些对于如何看待和使用新旧WF版本的问题,给出了自己的见解。

4.  WF Tutorial: Using Basic Flow Control (IfElse, While, Parallel) for Windows Workflow Foundation

In this tutorial, you will investigate the three workflow flow control basic building blocks: the IfElse, While and Parallel activities. IfElse provides branching. While provides repeated execution. Parallel provides a “round-robin” execution of multiple child activities.

5.  WF Tutorial: Using the Replicator for Windows Workflow Foundation