Re: Struts module switch

2007-04-11 Thread Niall Pemberton
On 4/11/07, Suman Maity <[EMAIL PROTECTED]> wrote: Well, could u then let me know how to modularize my struts config in case it grows large. How do I modularize my struts web app without having separate struts modules. I am working on a web project where there are three types of users:Admin, Web

Re: Struts module switch

2007-04-11 Thread Suman Maity
Well, could u then let me know how to modularize my struts config in case it grows large. How do I modularize my struts web app without having separate struts modules. I am working on a web project where there are three types of users:Admin, Web User and Call Center User. Under each of these there

Re: Struts module switch

2007-04-10 Thread Paul Benedict
Have you considered removing the use of modules? Modules are really a nuisance, and were originally developed to allow multiple Struts "apps" running under one context. There's a hard barrier between modules and almost all developers I know no longer use them. You can split up your struts confi