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, when used with the Spring plugin, uses Spring to build many internal objects. (You may wish to use Spring to deploy your own objects too.)

...