Re: Suggestion needed on good Struts book

2004-03-09 Thread David Evans
I have both the O'Reilly and Struts in Action. I think the O'Reilly book is better when you're first starting out, it's overview presentation was easier to understand for me. But the Struts in Action book really goes into a lot greater depth about the possibilities form using the tools Struts

RE: servlet filters and authentication

2004-02-27 Thread David Evans
wrote: You may want to see if this supports your requirements: https://sourceforge.net/projects/securityfilter/ robert -Original Message- From: David Evans [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 12:07 PM To: Struts Users Mailing List

servlet filters and authentication

2004-02-26 Thread David Evans
Hello, I'm configuring the skeleton of a multi module struts application, and i would like use a filter for the authentication. here is psuedojava (for easier reading) of the filter: public final class AuthFilter implements Filter { public void doFilter(request, response, chain)

Re: servlet filters and authentication

2004-02-26 Thread David Evans
with valid parameters, display error 4. parameters authenticate, forward to home page Rick DeBay On Thu, 26 Feb 2004 12:06 , David Evans [EMAIL PROTECTED] sent: Hello, I'm configuring the skeleton of a multi module struts application, and i would like use a filter for the authentication

multi application config

2004-02-25 Thread David Evans
Hello, I am getting ready to create our companies intranet, which will contain many different applications: a time tracker, a task manager, a directory, etc. I will be using struts for the applications. There will be a filter for authentication and a default application which will display a menu

Re: multi application config

2004-02-25 Thread David Evans
On Wed, 2004-02-25 at 17:25, Craig R. McClanahan wrote: Quoting David Evans [EMAIL PROTECTED]: Hello, I am getting ready to create our companies intranet, which will contain many different applications: a time tracker, a task manager, a directory, etc. I will be using struts