Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The standard web.xml registers a FilterDispatcher to enable framework functionality for your requests. The ContextLoaderListener configures Spring as our dependency injection container. The framework uses Spring internally. (You may wish to use Spring to deploy your own objects too.)

(lightbulb) See also: web.xml

Setup the Struts Configuration (struts.xml)

...