Re: the real world is always dirtier

2004-09-13 Thread Dan Allen
As always, Jim and Craig, you have been a tremendous help in pointing me in the correct direction. Your responses definitely do not go unread. I have studied, and will continue to review, your comments so that I can be sure to inject best practices and good engineering into this system. Many of

Re: the real world is always dirtier

2004-09-13 Thread James Mitchell
lt;[EMAIL PROTECTED]> Sent: Monday, September 13, 2004 1:41 PM Subject: Re: the real world is always dirtier > hihi! > > but theoretically, isn't it impossible to have more than one request at > any single point in time? > > i'm trying to picture simultaneou

Re: the real world is always dirtier

2004-09-13 Thread Woodchuck
hihi! but theoretically, isn't it impossible to have more than one request at any single point in time? i'm trying to picture simultaneous requests for the same session, but i can't see it... :p when you say simultaneous requests for the same session do you mean: - the user has logged into the

Re: the real world is always dirtier

2004-09-13 Thread Michael McGrady
WITHIN: Michael McGrady My thought would be to initialize a state object and put it in either the http session or a session bean and then each page can work with this state object as a general filter when executing business logic. This way, each form and link will be just the core data needed

Re: the real world is always dirtier

2004-09-13 Thread Craig McClanahan
On Mon, 13 Sep 2004 12:08:06 -0400, Brantley Hobbs <[EMAIL PROTECTED]> wrote: > > Some platforms don't allow sessions to be available to each machine in a > cluster, most notably the web "platform" (I use the term loosely) found > to be in widespread use by a certain large unnamed software company

Re: the real world is always dirtier

2004-09-13 Thread Craig McClanahan
See intermixed. On Mon, 13 Sep 2004 11:34:17 -0400, Dan Allen <[EMAIL PROTECTED]> wrote: > This nice thing about examples is that they are so clean and pretty. > The real world just hands you a shovel and says "Start moving this > horse crap." > > I have an application in which there are a handf

RE: the real world is always dirtier

2004-09-13 Thread Brantley Hobbs
>You're manager may be an idiot on this... depending on platform, settings >etc. Most importantly, everything you put in the session must be >serializable in order for the servers to pass around the session data. >I would also be interested in knowing why, in your case, server affinity >would be

RE: the real world is always dirtier

2004-09-13 Thread Jim Barrows
> -Original Message- > From: Dan Allen [mailto:[EMAIL PROTECTED] > Sent: Monday, September 13, 2004 8:34 AM > To: Struts Users Mailing List > Subject: the real world is always dirtier > > > This nice thing about examples is that they are so clean and pretty. > The real world just hands