Apache Struts 2 Documentation > Home > Guides > Plugin Guide > Pico
Added by plightbo, 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.