RE: How to serialize an object which is put in the session ?

2003-06-23 Thread Shapira, Yoav
Howdy, >I have a class which implements the HttpSessionBindingListener interface. I >want to serialize this object and all sessions when the context is >reloaded. That's a pain to do. The contextDestroyed() event in the ServletContextListener is too late. The sessionDestroyed() event in the Ht

How to serialize an object which is put in the session ?

2003-06-20 Thread Antony paul
I have a class which implements the HttpSessionBindingListener interface. I want to serialize this object and all sessions when the context is reloaded. It is essential because three deveopers are using the same server and if ine user compiles a servlet all users get a nullpointer exception. I a