Apache Struts 2 Documentation > Home > Guides > Core Developers Guide > Struts Maven Archetypes > New Struts 2 Maven Archetypes > Struts 2 Blank Archetype Documentation
Added by Dave Newton, last edited by Dave Newton on Jan 30, 2009  (view change)

The Struts 2 Blank Archetype provides a minimal, but complete, Struts 2 application. It demonstrates some of the most basic Struts 2 concepts, including:

  • XML-based configuration, demonstrates including additional config file
  • Example actions
  • Package-level resource bundle
  • XML-based validation
  • Unit-testing