Versions Compared

Key

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

...

  • If you are a Maven user, you might want to get started using the Maven Archetype.
  • Another quick-start entry point is the blank application. Rename and deploy the WAR as a starting point for your own development.

Backward compatibility issues with prior development release

(warning) Remove <include file="struts-default.xml"/> from struts.xml

  • The struts-default.xml is now automatically included with all configuration blocks.

New Features and Extensions

  • Struts 1 Integration classes.

Key Changes

Depending on whether you are coming from a Struts 1 or a WebWork 2 background, your perspective on the key changes will differ.

From Struts 1

...

  • Struts Extras is removed and various Struts Plugins are added.
    • To use features like JSF or JasperReports, include the appropriate Struts Plugin JAR and any supporting JARs to the application's class path.

Detail

...