WireBox is an enterprise ColdFusion dependency injection and AOP framework. It is used in the ColdBox MVC framework, but is also a standalone library that can be used in any ColdFusion application or framework.
Wirebox allows inversion of control (IOC) which decouples dependencies. This allows for independent testing via mocks and stubs.