I'm not sure what you mean by Multi-Application Support. If you mean modules, then yes, they are commonly used as a way to separate parts of an application. If you are looking for an example, look no further than the Struts Mailreader.
The main advantage of modules is each gets its own RequestProcessor, plugins, and message resources. If you are just looking for splitting up the struts-config.xml file, you can specify a comma-delimited list of config files in your web.xml. HTH, Don On 4/20/06, Matthew Ryan <[EMAIL PROTECTED]> wrote: > > Hello all, > > I was wondering whether many people are using the Multi-Application > Support in > Struts and whether anyone knows of any examples on the web of implementing > the > Multi-Application Support? > > I'm not familiar with the Multi-Application Support and am curious whether > this > may be a means to organise what might be a single ever-growing project > into > multiple sub-projects, maintaining and building them separately yet > testing and > deploying a consolidated application. > > Many thanks in advance. > > Matthew > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >