OBSEV :: SOA and Orchestration with .net 3.0’s WCF / WF
I promised Demos for the .net 3.0, and here is my first and simplest J
Talking SOA, there are several important principles about it, one of them ORCHESTRATION.
Business Logic is never Logical (martin fowler) , so it could be a good idea to externalize this “logic” and make it so easy to do composing services from lower layers in the application architecture, this way, you offer your client an easy tool, to compose reusable services to form the needed business process.
That what Orchestration is somehow about, one important standard implementation is BPEL, an XML representation of the services composition, and thats were my demo starts. (more…)

