Apache Struts 2 Documentation
>
Home
>
Guides
>
Core Developers Guide
>
Plugins
>
Pico
Apache Struts 2 Documentation
Pico
Edit Page
Browse Space
Add Page
Add News
Added by
Patrick Lightbody
, last edited by
Ted Husted
on Sep 02, 2006 (
view change
)
About Pico
PicoContainer
is a lightweight and embeddable container for components that honour Dependency Injection.
Pico integration is built into the framework.
To use Pico,
Ensure that the Pico JAR is available to your application.
In the
web.xml
, replace the default FilterDispatcher with
org.apache.struts.action2.pico.PicoFilterDispatcher
.