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

推荐订阅源

G
Google Developers Blog
小众软件
小众软件
The Cloudflare Blog
S
SegmentFault 最新的问题
美团技术团队
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
阮一峰的网络日志
阮一峰的网络日志
博客园 - 聂微东
V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
雷峰网
雷峰网
WordPress大学
WordPress大学
T
Tailwind CSS Blog
腾讯CDC
人人都是产品经理
人人都是产品经理
月光博客
月光博客
Microsoft Azure Blog
Microsoft Azure Blog
M
MIT News - Artificial intelligence
D
DataBreaches.Net
Apple Machine Learning Research
Apple Machine Learning Research
P
Proofpoint News Feed
J
Java Code Geeks
宝玉的分享
宝玉的分享

博客园 - 赤脚小子

Workflow WF Reference Links for 2009-03-20 Workflow WF Reference Links for 2009-03-06 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 2009-01-09 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-02-20
赤脚小子 · 2009-02-20 · via 博客园 - 赤脚小子

Workflow Reference Links:

1.    如何对齐流程,IT与SOA治理以支持BPM项目?

IBM刚刚发布了一本红皮书初稿,标题是“SOA支持的业务流程管理”。该红皮书提供了一个总体的方法论,其目标是对齐流程,IT和SOA治理以支持BPM项目。这一方法论定义了在传统项目生命周期当中被开发的一系列工作流。 

WF Reference Links:

1.    What is Windows Workflow Foundation?

Understand Windows Workflow Foundation and why it is important you first need to understand “Business Processes” and how modern organizations use them to gain value. 

2.    我们为什么需要WF

The bi-directional communication between a workflow and its host is loosely coupled, and the mechanism makes it easy for a variety of different applications (perhaps a Windows application, a Web application, a Console application, and a Windows Service) to each host the same workflow. 以下两篇为姊妹篇。

3.    WF Tutorial: Calling Methods within the Host Process

you will learn how to call a method in the host application from a workflow,  and how to pass information from the workflow to the host, in the parameters to the method.

4.    WF Tutorial: Calling a Workflow Method from the host

Handling An Event From The Host In A Workflow.  

5.    WF Guidance: Calendar Scheduling Workflows

In this article we explore an alternative use of client-side workflows, whereby the workflows themselves are computational in nature, and it is the ability to model the computation logic that creates the preference over procedural programming.