Hi Mikael,

1.
I use the following "ContentType" to send a "StringBuffer" from my servlet,
and it works. So I think
perhaps you can use it to send other "serialized java object" :
...
response.setContentType("application/octet-stream");
...

2.
There is a book named "Developing Java Servlets"(James Goodwill,   SAMS,
0-672-31600-5,  (float)4495000$/10000  :-)  ),
and there is a chapter in this book which is about "HTTPTunneling".




Bo
May 09,2000




Mikael Westg�rds wrote:

> Hi !
>
> Does anyone knows what
> content type should be used when
> returning serialized java object from the servlet
>
> /Micke
>
> ___________________________________________________________________________
> 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

___________________________________________________________________________
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

Reply via email to