You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

These documents are out of date. As of WebWork 2.2, the WebWork IoC container has been deprecated (though not removed) and the WebWork team recommends you use Spring for all your IoC needs

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.

  • No labels