Wednesday, 31 January 2007
Commonwealth Bank of Australia CommSee Solution (Case Study)
Workflow in Application Integration
Kevin Francis on the 7th edition of the Architecture Journal talks about workfow in applicaton integration
Tuesday, 30 January 2007
Cockburn on Crystal and Agility
In-process Interoperability
In-process Interoperability
COM Surrogate has stopped working: Vista
This error is caused when Vista is trying to build a thumbnail, and you don't have the right codecs for that file.
To fix this you can either download the latest ffdshow code pack
or disable thumbnails in explorer.
Monday, 29 January 2007
ARCast.net - SOA and Workflow with Udi Dahan
He explains why workflow fits very well on a pub/subs scenario. Also gives a valid reason on when to use workflow instead of coding (which is an ongoing debate i have with the rest of my development team).
In my opinion WF provides you with a valid framework architecture for an orchestration service. This can later on be scaled up BizTalk if required.
You can listen to the podcast in Arcast.Net
The Stack is the new Os debate
The other day I had the opportunity to be part of a small debate, on how the OS debates are moving towards to the stack. (LAMP, .NET, WAMP...). During the debate I argued that you don’t have to stick with a specific stack if you architect your layers correctly.
The database with a good persistence framework can also be considered an easy option to replace. Obviously, never having (or trying to not have) any business logic buried on your database.
Probably the most significant element when you choose a stack will be the framework / development language (.Net, J2EE, Php, Ruby on Rails). This can be definitely the most difficult one to replace, but a SOA will allow you also to interchange the elements of the traditional Business Logic, not tying you to a particular framework.
The presentation layer through composites applications should present those service consumers, enforcing the decoupling of the user interface and business logic layer.
Custom ASP.NET AJAX Control Extender
In this example, the TextBox control is extended to provide immediate feedback on the strength of the password entered by the user. (Note is Vb.Net)
You can view it at the ASP.NET site