You might be surprised at the wealth of information contained in the 1.3.1
and 1.4 API.  Try reading the java.io.* classes, especially DataInputStream.
If you need some mental glue to put things in context, get a hold of a copy
of Keller and Roberts' "Java 2 Developer's Handbook (Sybex, 1999) or most
any Java 2 certification preparation book.  These resources explain filter
chaining very well (and, BTW, there are about a dozen questions on the exam
on this subject).

Mark

-----Original Message-----
From: Daniel J. D'Cotta [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 24, 2002 11:18 PM

Hi,

That works, but now brings a me to the next step.

My Web Server (Tomcat) and my App Server (JBoss) are on different machines.

Question: Is there a way I can make an InputStream implement Serializable?

This is because I would like to send the file (100MB+) as a stream.


Regards,
Daniel

___________________________________________________________________________
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