Serialization is a general java topic. It involves taking a java object
instance and converting it into a binary format containing all that objects
information - this can then easily be written to a file. For on outline of
the uses of serialization check the java tutorial. Once you have your
serialized object, simply store it in a file which both your servlets can
access
sam
----- Original Message -----
From: "G S Sundar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 04, 2001 10:18 AM
Subject: Re: How to share a common object between two servelts?
> Hello Manish/All,
> How do i pass/use the serialized the object between the servlets. I used
the
> object serialization in Applet - RMI i don't know how to use this with
> Servlets. Can you throw some more light in this area.
> Sample code will be more helpful to me.
>
> Regards
> G S Sundaram
>
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html