WWF的学习资源-101

 

这里基本上是我学习WinFX的日志网站,下载了WWF SDK,安装和学习完了Lab,一般也会找一些WFF常用的资源,准备看更多的一些信息,扩展自己的眼光,希望...希望很快大家就有项目可以应用到WWF:)

 

Weblog

 

 

推荐Paul Andrew的WebLog,我想目前看来内容是非常丰富的.

今天他的WebLog上也公布了PDC 2005 和WWF有关的所有8个Session和PPT

  • COM210 Introduction to Windows Workflow Foundation - Bill Devlin & Paul Andrew
  • COM318 Developing Rules Driven Workflows in Windows Workflow Foundation - Jurgen Willis
  • COM322 Developing Event Driven State Machine Workflows in Windows Workflow Foundation - Pravin Indurkar
  • COM325 Workflow + Messaging + Services: Developing Distributed Applications with Workflows - Don Box & Dharma Shukla
  • COM327 Hosting and Communications Options in Windows Workflow Foundation - Israel Hilerio
  • COM328 Extending Windows Workflow Foundation with Custom Activities - Dennis Pilarinos
  • COML01 Case Study: Revolutionizing Microsoft Axapta—Harnessing Web Services, Workflow and SharePoint - Mike Ehrenberg
  • OFF415 Windows SharePoint Services: Developing Custom Workflows - George Hatoun

Source: <https://blogs.msdn.com/pandrew/archive/2005/09/18/470904.aspx>

虽然不能参加PDC,不过还是可以从PPT中看到非常多的特性,比如COM327,COM325 讲得都比较深入,而COM322比较深入的讲述了WWF状态机流程的许多细节,比如递归组合(Recursive Composition),流程状态跳过(Skip)和流回(Rework),在一个应用中使用多个状态机流程等等特性,建议大家看看

 

社区方面

MSDN 上WWF 的主站点

https://msdn.microsoft.com/workflow/

https://msdn.microsoft.com/windowsvista/building/workflow/

 

WWF自己的站点

https://www.windowsworkflow.net

今天多了一些比较COOL的下载

样板应用--Order Processing application

https://www.windowsworkflow.net/Downloads/Examples/OrderingStateMachine%20-%202005-09-13.exe

Ruleset Editor

https://www.windowsworkflow.net/Downloads/Tools/RuleSetEditor%20-%202005-09-12.exe

File System Tracking Service

https://www.windowsworkflow.net/Downloads/RuntimeServices/SimpleFileTrackingService%20-%202005-09-09.exe

当然还有很多,随时都在更新,有兴趣可以经常访问一下,应该会有很多收获

 

社区和讨论组

https://www.biztalkgurus.com/

https://forums.microsoft.com/msdn/ShowForum.aspx?ForumID=122 (WWF Forums)

https://www.masteringbiztalk.com/wiki/default.aspx/MyWiki/Windows%20Workflow%20Foundation%20(WWF)%20Links.html (WWF Wiki)

https://www.morganskinner.com/Articles/ (Activity Validation/Verbs)

 

Presenting Windows Workflow Foundation --WWF 的第一本书,作者:Scott Woodgate

本书相关的例子现在也提供下载了

https://www.samspublishing.com/content/images/0672328488/downloads/PresentingWindowsWorkflowFoundation.zip

公布的两章:

March Through the Activities

https://www.samspublishing.com/articles/article.asp?p=417720

Workflow, Tomorrow's Application Logic

https://www.samspublishing.com/articles/article.asp?p=418000

 

在线的开发文档-- 还在更新中,一些链接都是空的

https://winfx.msdn.microsoft.com/library/default.asp?url=/library/en-us/winwf_gettingstarted/html/feaec6ba-1653-434a-b0c3-c6d27b5fe540.asp

 

Beta1 SDK 下载

https://www.microsoft.com/downloads/details.aspx?familyid=7096d039-2638-4f63-8654-d2e5d98fa417&displaylang=en

因为WWF作为WinFX的一个核心组件,所有目前的开发环境是基于VS 2005 Beta2的环境下,你可以使用

WinFX Runtime Components - September CTP的开发环境体验WWF和WinFX的其它核心组件,目前WWF不支持运行在VS 2005 RC的版本上