Versions Compared

Key

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

Update nomenclature

...

File

Optional

Location (relative to webapp)

Purpose

web.xml

no

/WEB-INF/

Web deployment descriptor to include all necessary WebWork components

action.xml

no

/WEB-INF/classes/

Main configuration, contains result/view types, action mappings, interceptors, etc

webworkaction.properties

yes

/WEB-INF/classes/

WebWork properties

action-default.xml

yes

/WEB-INF/lib/webwork-x.x.jar

Default configuration that should be included in xwork.xml

velocity.properties

yes

/WEB-INF/classes/

Override the default velocity configuration

...