PROTECTED]
Sent: Tuesday, January 24, 2006 12:55 PM
To: 'Tomcat Users List'
Subject: RE: serializing java code
Your "code" does not really get "serialized". You just have to be sure that
you are not storing any objects in the Session that are not Serializable -
i.e. the
Monday, January 23, 2006 11:32 PM
To: Tomcat Users List (E-mail)
Subject: serializing java code
Hi
I need to serialize my existing java code for implementing Tomcat Clustering
feature. Is there any ready-made tool which does the job easily? Otherwise,
manually, how can i convert my existing co
u can just impelment the serializable interface.
if u want to gnerate unique IDs for each classes u can simply use the
serialver
tool that comes with JDK
which usually resids at the $JAVA_HOME/bin
On 1/24/06, Nehal Sangoi <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> I need to serialize my existing java
Hi
I need to serialize my existing java code for implementing Tomcat Clustering
feature. Is there any ready-made tool which does the job easily? Otherwise,
manually, how can i convert my existing code into serialized format?
Thanks
Nehal
---