I am sitting reading about Glass.Mapper. It looks nice, and is what I want to use for a project at work. We actually use Glass.Mapper for some projects, but we are in the loop for streamline our toolset, and have decided to use Simple Injector for IoC. Here: http://www.glass.lu/Mapper/Sc/Tutorials/Tutorial1 I can read that there exsists two projects for Glass.Mapper when using it with Sitecore:
- Glass.Mapper.Sc
- Glass.Mapper.Sc.CastleWindsor
In the tutorials on the Glass.Mapper homepage, they only show howto use Glass.Mapper.Sc.CastleWindsor, and they dont show how to implement a third IoC container that Glass.Mapper can use. But I think it is possible, when they expose the Glass.Mapper.Sc package, but I have not been able to find any explanation on what to do, when I want to implement my own, so I am starting to think that there is to much work in doing this yourself? Should I just depend upon Glass.Mapper.Sc.CastleWindsor, and just do this http://www.glass.lu/Blog/MixingInIoc, so I can use Simple Injector also?
Or have I missed something, and is this infact the easiest to do in the world?