Versions Compared

Key

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

...

See the Struts 2 Blank Archetype page for more information, including some basic Maven information, how to build and run the app, and basic application information.

(warning) The Starter Archetype (struts2-archetype-starter)

...

(Not yet updated for 2.1.6)

The Starter archetype creates a more featured application using several common technologies used in production applications.

...

  • Sitemesh integration
  • Action example (instantiated both through Spring and Struts)
  • Spring integration
  • Validation example (action and action-alias level)
  • Conversion example (global and action level)
  • Resource bundle (both global, action and package level)

(warning) The Portlet Blank Archetype (struts2-archetype-portlet)

...

(Not yet updated for 2.1.6)

The Portlet blank archetype creates a minimally populated JSR 168 portlet.

...

  • View, Edit, and Help mode examples
  • Simple form for preferences in Edit mode
  • Can be deployed as a servlet or portlet application
  • Can use Maven Jetty plugin to deploy as a servlet webapp

(warning) The Portlet Database Archetype (struts2-archetype-dbportlet)

...

(Not yet updated for 2.1.6)

The Portlet database archetype creates a simple JSR 168 portlet that displays the contents of a database table.

...