Re: [s2] architecture question

2007-02-20 Thread Don Brown
The main reason was the ability to serve static files from the jar (dojo, Javascript, images, etc). It also lets you intercept JSP calls as necessary. Don On 2/20/07, bob <[EMAIL PROTECTED]> wrote: I was just curious about the use of a servlet filter instead of a servlet as the entry poin

[s2] architecture question

2007-02-20 Thread bob
I was just curious about the use of a servlet filter instead of a servlet as the entry point into the struts2 framework. Does anyone have any knowledge about this design decision? I'm just interested in what the pros and cons are of doing it with a servlet or a filter. Thanks ahead of tim