Window Foundation Vs Biztalk

I am doing research on workflow engines and framework available for .net applications.

I came across a website (http://blogs.ineta.org/bloesgen/archive/2005/10/09/56481.aspx) which says that Biztalk handles transactional integrity and scalibility automatically while in windows workflow foundation(WWF) , developer has to implement it. I could not understand how scalibility and transaction has to handled manually from developer.

It also says that workflow can be changed at runtime in WWF while in case of biztalk ,it can only be done at compile time. What is meant by this statement.

Please illustrate the above two points

Tic



Answer this question

Window Foundation Vs Biztalk

  • sedanwer

    I can only speak about BizTalk and in both issues the web was right. Scalability and integrity is "automatic" (you know, automatic never exists and must be tested) and the work flow must be changed at compile mode, but if you know the changes you could parametrize it to change at runtime.

    Hope it helps



  • Window Foundation Vs Biztalk