Re: Frequently Performed Action Tasks

2004-04-05 Thread Adam Hardy
ot;blessing of the user\" concept, I decided to start being real anal about this philopsophy. -Joe -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Sunday, April 04, 2004 1:30 PM To: Struts Users Mailing List Subject: Re: Frequently Performed Action Tasks Go

Re: Frequently Performed Action Tasks

2004-04-05 Thread Joe Hertz
> Sent: Sunday, April 04, 2004 1:30 PM > To: Struts Users Mailing List > Subject: Re: Frequently Performed Action Tasks > > > Go round to his house \'n reprogram his computer with an axe? ;) > > My systems have never been so closely watched that this was a > us

Re: Frequently Performed Action Tasks

2004-04-04 Thread Adam Hardy
day, April 04, 2004 6:12 AM To: Struts Users Mailing List Subject: Re: Frequently Performed Action Tasks Hey Joe, why don't you put the whole user bean in the session? I do. It's not so big that it causes problems under heavy load. You could then have a simple checkUser() in your base cl

Re: Frequently Performed Action Tasks

2004-04-04 Thread Joe Hertz
Adam, What would you do if someone suspended this user while he was logged in? -Joe > -Original Message- > From: Adam Hardy [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 04, 2004 6:12 AM > To: Struts Users Mailing List > Subject: Re: Frequently Performed Action Tasks

Re: Frequently Performed Action Tasks

2004-04-04 Thread Adam Hardy
Hey Joe, why don't you put the whole user bean in the session? I do. It's not so big that it causes problems under heavy load. You could then have a simple checkUser() in your base class that checks if the session bean is there before calling getUser(). I actually have my checkUser() in a filte