On Sun, Sep 28, 2008 at 3:05 PM, Rick <[EMAIL PROTECTED]> wrote: > Ok interesting. Thanks Wendy. I didn't think of creating a separate > module for the web-related java classes. Is this a common practice? I > agree in separation of concerns, but that might be a bit much. In > other words a servlet isn't going to be any good stand-alone (outside > of the concept of web project) so it makes sense for me to have all > that in a 'web module.'
It's up to you, and I do see many webapp modules with code in them. One advantage of keeping the code separate is that it encourages testing outside of the container. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
