IntelliGlue is a implementation of the PicoContainer architecture, the difference between this and other implementations (like Spring) is that it uses a rule engine to eliminate the conditions inside your software code improving flexibility and maintanability.
The Idea of the project is that you can plug components by interfaces and change the behavior (implementation) of the overall project without having lots of if's statements and code dependency. Its an Advanced IoC architecture.