--- "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > > > You actually *can* avoid entering a servlet, so > Filter is a very practical > way to do "redirect" type things, especially in the > same webapp. > >
Okay. Does mean I can use the Filter interface carefully instead of Servlet interface, and still act as a servlet? Is there any harm in doing this - is Filter too handled by the Servlet container in the same way as a servlet(for eg, load once and use same instance for all requests). Is the servlet interface redundant then or am I missing something here? thanks, rf. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
