|
I’m implementing a web mail application. I need to
keep some non serializable objects (session scope) such as Store.
In addition I need a live object to be the listener of javamail
events; for this case the Visit object is not an option. I guess, Visit object is a general strategy to servlet clustering and is really useful for application
servers or servlet containers without clustering
support. As far as I know, WebLogic cluster is implementied by replicating HTTPSession
among application server instances. I’m not sure about the extra baggage imposed
by the Visit object for application servers with clustering support. Is it possible to implement a kind of Visit object and store
it in the HTTPSession? Any ideas? Regards |
