Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Gratutitous changes, maily to test rsync

...

  1. The web browser requests a resource (/mypage.action, /reports/myreport.pdf, etcet cetera)
  2. The Filter Dispatcher looks at the request and determines the appropriate Action
  3. The Interceptors automatically apply common functionality to the request, like workflow, validation, and file upload handling
  4. The Action method executes, usually storing and/or retrieving information from a database
  5. The Result renders the output to the browser, be it HTML, images, or PDF, to the browseror something else

Struts Tags in a nutshell

...

(lightbulb) The framework provides general-purpose defaults, so you we can start using Struts right away, "out of the box". As needed, you can override any of our defaults in your Any factory defaults can be overridden in an application's configuration, as needed.

Struts MVC in a Nutshell

...