On 11/3/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > > The approach I'm moving towards is to add a @SubModule annotation to the > application's module.
+1. This would also be useful in contexts that need only a subset of my production modules, such as testing or prototyping. For example i would like to test my pages via the PageTester without my security layer (tapestry-acegi) getting in the way. Right now i have to stub out and alias portions of tapestry-acegi to do so. With @SubModule i could easily put together just the set of modules needed for different types of tests. Thanks, lasitha --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
