Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: corrected struts2 archetype maven link

...

New Features and Extensions

  • Can we use Acegi Security with the framework extension is available.
  • CheckBox Interceptor detects unchecked checkboxes and adds a parameter with a default value (usually 'false') .
  • JavaServer Faces extension is available.
  • A struts.xml file can be placed in a JAR and automatically plugged into an application, so that modules can be self-contained and automatically configured.
    • In the case of Freemarker and Velocity modules, the templates can also be loaded from the classpath, so the entire module can be plugged in as a single JAR.
  • (warning) Debug Interceptor displays the value stack at runtime.

...