RE: [JBoss-dev] HTTPSession Clustering: howto

2002-01-12 Thread Sacha Labourey
Hello Vladimir, > Are you going to use this interface to decide if you need to re-replicate > the httpsession on other nodes? If this is the case consider having a > method that returns a list of modified attributes keys, thus enabling you > to replicate only what you actually need to replicate r

Re: [JBoss-dev] HTTPSession Clustering: howto

2002-01-11 Thread Vladimir Blagojevic
Hey, On Mon, 31 Dec 2001, Sacha Labourey wrote: > Servlet container implications > == > As we exchange an HttpSession object between the servlet container and the > EJB, it needs to be Serializable. Consequently, a new interface has been > defined: > > public in

[JBoss-dev] HTTPSession Clustering: howto

2001-12-31 Thread Sacha Labourey
Hello, The code needed for HTTPSession clustering is now in CVS. Nevertheless, as the clustering build environment is not functional, I haven't been able to perform full testing. The more I was coding, the more I was convinced that this solution (entity beans) is really great! :) Here are the p