RE: Struts modules question

2004-05-26 Thread Jose Ramon Diaz
Hi, we have an application with four modules. We have defined four struts-config: struts-config-module1.xml struts-config-module2.xml struts-config-module3.xml struts-config-module4.xml This allows us to separate application logic in more little applications, as the whole struts-config would be o

Re: Struts modules question

2004-05-26 Thread Joe Germuska
I wasn't involved in implementing modules, but from discussions and experience, my understanding is that modules are conceived as pretty isolated components, despite the fact that they are in one web application. It is possible to switch between modules using the SwitchAction, for instance, an