We are doing this between Java Applications on a client communicating with
Java Servlets on the server. If there is a firewall involved, you can
pretty much forget CORBA at this time anyway. It can be done, but it is far
from ideal. We are using streams between the two, serializing our data
which is encapsulated within objects and pushing it over the streams. Here
is an article which gave us the idea and a starting point.
http://www.j-nine.com/pubs/applet2servlet/index.htm
It works great and so long as you push it over SSL, it is secure as well.
Cheers,
Steven
> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's JavaServlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
> servletqa qa
> Sent: Thursday, February 24, 2000 1:07 AM
> To: [EMAIL PROTECTED]
> Subject: Downloading large data using Servlets
>
>
> Hello,
>
> We want to exchange large amounts of data (>1MB) between the
> client and the
> server using JSP/Servlet technolog. Does anyone have an idea of how to
> implement such a requirement? Please find below the following concepts we
> are thinking of:
> 1. Using Applet to Servlet communication.
> 2. Using CORBA
>
> If we are using CORBA then how to synchronize between client HTTP session
> and the CORBA session?
>
> If this is not the right place to post, please give the group name.
>
> TIA
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
> __________________________________________________________________
> _________
> 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