Re: The idea behind modules

2005-08-11 Thread Craig McClanahan
On 8/11/05, Joe Germuska <[EMAIL PROTECTED]> wrote: > At 6:18 PM -0600 8/10/05, C.F. Scheidecker Antunes wrote: > >Hello all, > > > >I was reading about modules and I wonder if anyone had ever used them. > >As far as I can see by the examples, if you have different modules you still > >run only one

Re: The idea behind modules

2005-08-11 Thread Joe Germuska
At 6:18 PM -0600 8/10/05, C.F. Scheidecker Antunes wrote: Hello all, I was reading about modules and I wonder if anyone had ever used them. As far as I can see by the examples, if you have different modules you still run only one ActionServlet. It is true that you would only have one ActionSer

The idea behind modules

2005-08-10 Thread C.F. Scheidecker Antunes
Hello all, I was reading about modules and I wonder if anyone had ever used them. As far as I can see by the examples, if you have different modules you still run only one ActionServlet. Hence modules seem to be useful only for group programming and bigger projects. Am I right on this? Thanks