Description

To make it easy to manage large scale development (lots of actions + configuration), XWork allows you to include other configuration files from xwork.xml :

<xwork>
    <include file="xwork-default.xml"/>
    <include file="xwork-extension.xml"/>
    <include file="xwork-mail.xml"/>
    <include file="xwork-xmlrpc.xml"/>
    ....
</xwork>

The included files must be the same format as xwork.xml (with the doctype and everything) and be placed on classpath.