In my previous post, I discussed how I had to move to Prism. The problem was that I had a code base which I now should use Unity container instead of Windsor. I had a look at the drop provided by P&P team that uses Windsor container, but the source code used is from an older version, So, I had to do it myself. Actually, it is relatively easy to use other containers with Prism. You need to create a BootStrapper and a Container Adapter.

If you need to use Prism with Windsor container and Log4Net, here is the complete source code built with the June 2008 release.