Pablo M. Cibraro (aka Cibrax)

My thoughts on Web Services and .NET development

News

Pablo Cibraro's VisualCV

Blogs

Personal

Programming

Browse by Tags

All Tags » WWF (RSS)
WCF Workflow services in business applications
It's pretty interesting to see how useful workflow services can be sometimes, specially for business applications that require orchestrating several back-end services calls. As one of the programmers involved in the development of the WS-I Sample application...
Posted: Dec 03 2008, 03:00 PM by cibrax | with 1 comment(s)
Filed under: ,
Routing to the right workflow service instance through URI templates (REST workflows part III)
Continuing from my previous posts " REST and Workflow services play well together I " and " REST and Workflow services play well together II ", in which I created a new binding to send the workflow context as an http header, I've applied some modifications...
Posted: Nov 06 2008, 02:54 PM by cibrax | with no comments
Filed under: , ,
REST and Workflow services play well together - Part II
In my previous post "REST and Workflow services play well together" , I mentioned that Http Cookies were one of the built-in mechanisms for transferring the workflow context across calls between the client and the service. While cookies work well for...
Posted: Oct 30 2008, 09:08 AM by cibrax | with 2 comment(s)
Filed under: , ,
REST and Workflow services play well together
REST is not just about CRUD interfaces for your services, a complete long-running workflow can be modeled through the basic verbs as well. As my friend Jesus mentioned , the article " How to get a cup of coffee " represents an excellent source about this...
Posted: Oct 24 2008, 03:02 PM by cibrax | with 3 comment(s)
Filed under: , ,
More Posts