Versions Compared

Key

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

Configuration

Action Mapping

Please see http://cwiki.apache.org/WW/convention-plugin.html for more details - we've switched to Conventions plugin.

...

  1. Explicit mapping in your action class.
  2. implicit mapping in the filesystem, where a .ftl or .jsp file in src/main/webapp is parsed and delivered for content.
    Info
    titleImplicit mapping example

    If you create a file, test.ftl in the src/main/webapp/blougat directory, then you should be able to see the contents of that file at http://localhost:8080/blougat/test

Implementation

Consider using Spring Webflow for resource editing and registration. Goal is to have a TurboTax-like workflow.

Miscellaneous Issues / Notes

...

is specified in the spring configuration.

External links to Struts 2 documentation