We have to send small Vector objects and 10 kB string objects. This are
stored in a database and will
be sent to the applet and then back from the applet again. We will be using
this system over the intranet and over internet. Can we do this with only
servlet or is servlet+RMI the choice or maybe EJB?

/Pelle



----- Original Message -----
From: Steve Buonincontri <[EMAIL PROTECTED]>
To: Per Hubinette <[EMAIL PROTECTED]>
Sent: Wednesday, November 03, 1999 4:39 PM
Subject: Re:


>
>
> We use a raw socket connection and writeObject to the stream.
>
> If form object use HTTP send to servlet.
> If the object is relative big use RMI.
>
> How big is the object? Is it a form object? Is it an object tree?
>
> - steveb
>
>

___________________________________________________________________________
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