One of the best parts about where I work is our ability to quickly adopt the latest technology and apply it to out infrastructure. Hell, we started developing the second version of our SOA using the 2.0 framework while it was still in beta!! Now, this does not mean we are pushing beta software into a production environment, that would be foolish, but it does seem to make us early adopters of technology. And it sure does make programming interesting again.
So here comes WinFX, which finally has a Go-Live license. I have been waiting forever for this product to get close enough for me to consider using. Specifically, I have been waiting for Windows Workflow Foundation (WWF) which really fits the bill for a lot of complex functionality we have been planning for our SOA.
If you have never played with WWF, I suggest you DL the components and try it out.
"Windows Workflow Foundation is the programming model, engine and tools for quickly building workflow enabled applications on Windows. It consists of a WinFX namespace, an in-process workflow engine, and designers for Visual Studio 2005. Windows Workflow Foundation is available (currently in beta) for both client and server versions of Windows. Windows Workflow Foundation includes support for both system workflow and human workflow across a wide range of scenarios including: workflow within line of business applications, user interface page-flow, document-centric workflow, human workflow, composite workflow for service oriented applications, business rule driven workflow and workflow for systems management.
The Windows Workflow Foundation namespace in WinFX is called System.Workflow. Windows Workflow Foundation provides a consistent and familiar development experience with other WinFX technologies such as ASP.NET, Windows Communication Foundation and Windows Presentation Foundation. Windows Workflow Foundation provides full support for Visual Basic .NET and C#, debugging, a graphical workflow designer and the ability to develop your workflow completely in code. Windows Workflow Foundation also provides an extensible model and designer to build custom activities which encapsulate workflow functionality for end-users or for re-use across multiple projects. Windows Workflow Foundation will be used across many future Microsoft products including The Microsoft Office System, BizTalk Server and the Microsoft Dynamics Products (previously known as Microsoft Business Solutions products). Most applications can benefit from the asynchronous state management features of the workflow model, the rapid development features of the designer, the potential for end-user flexibility, and the increased visibility into run-time code execution.
A workflow is a set of activities stored as a model that describe a real world process. Work passes through the model from start to finish and activities might be executed by people or by system functions. Workflow provides a way of describing the order of execution and dependent relationships between pieces of short or long running work. While it is possible to write a workflow completely in code, workflow is often best viewed graphically. Once a workflow model is compiled it can be executed inside any Windows process including console apps, forms- based apps, Windows Services, ASP.NET web sites and web services."
If you understand the above Microsoft quote, you can understand my excitement!! Not only will this boost out development time in system aggregation, it could play a huge role in giving the clients more flexibility in defining their own custom workflows and submitting them, rather than having to solely rely on the workflows available. Less SOA deployment, development...More Flexibility, Scalability etc.. I'll be posting more experiences as I have them.
See, I'm excited!!
No comments:
Post a Comment