Re: Distributed Session Management

2001-11-15 Thread Paul Speed
"Craig R. McClanahan" wrote: > > On Thu, 15 Nov 2001, Paul Speed wrote: > > > Date: Thu, 15 Nov 2001 14:40:35 -0500 > > From: Paul Speed <[EMAIL PROTECTED]> > > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > > To: Tomcat Developer

Re: Distributed Session Management Unit tests

2001-11-15 Thread Tom Drake
- Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 11:39 AM Subject: Re: Distributed Session Management | | | On Thu, 15 Nov 2001, Paul Speed wrote: |

Re: Distributed Session Management

2001-11-15 Thread Craig R. McClanahan
On Thu, 15 Nov 2001, Paul Speed wrote: > Date: Thu, 15 Nov 2001 14:40:35 -0500 > From: Paul Speed <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: Distributed Session Man

Re: Distributed Session Management

2001-11-15 Thread Paul Speed
ind. :) -Paul Tom Drake wrote: > > Mika: > > - Original Message - > From: "Mika Goeckel" <[EMAIL PROTECTED]> > To: "Tomcat Developers List" <[EMAIL PROTECTED]>; "Tom Drake" > <[EMAIL PROTECTED]> > Sent: Thursday, Novembe

Re: Distributed Session Management

2001-11-15 Thread Tom Drake
Mika: - Original Message - From: "Mika Goeckel" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]>; "Tom Drake" <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 3:31 AM Subject: Re: Distributed Session Management |

Re: Distributed Session Management

2001-11-15 Thread Mika Goeckel
Tom, from my (personal?!) philosophy, tests should be with the tested targets. My experience tells me that tests get out of focus if they are in a separate tree. Now when you are going to start hacking, is your approach creating use cases, sequence diagrams etc. before, or something like class re

Re: distributed session management

2001-06-06 Thread Jon Stevens
Read the archives of this list...this comes up every few months, people talk about it and then nothing happens... This isn't a 100% easy problem to solve. -jon

RE: distributed session management

2001-06-05 Thread Topher LaFata
thanks a lot for the response. i've looked at the SessionINterceptor but i can't see how it exposes enough functionality to implement this paradigm. It seems more for messing with an existing session as opposed to instantiating and returning one. Maybe I am wrong though. topher > As far as where

Re: distributed session management

2001-06-05 Thread Michael Jennings
Sounds like a VERY cool idea! What kind of database structure do you use? I know that ColdFusion and PHP both have the capability to store their session info in a database, do you know what schema they use? If your code can use the same schema as PHP or ColdFusion, then one could conceivably use