WebWork 2 : Inversion of Control
This page last changed on Jun 18, 2004 by plightbo.
Inversion of control is a way to handle dependencies of objects. In WebWork, objects that are have their dependencies managed are called "components". For an overview of of Inversion of Control (also referred to now as Dependency Injection), please read Martin Fowler's article on IoC at http://www.martinfowler.com/articles/injection.html. Besides WebWork's IoC container, there are numerous other containers available for you to use, including Spring and Pico. |
![]() |
Document generated by Confluence on Dec 14, 2004 16:36 |