Mark,
If you create a socket between the applet and servlet you should be able
to get input and output streams between both. Then you can create a
situation where the applet opens a socket to the servlet, writes some
request, then the servlet will interpret that request and send data back
to the applet.
Let me know if you need specific code to help.
-Matt Tucker
Mark wrote:
>
> I want to read data from a Micorsoft Access Database onto an
> Applet. For starters I made an Servlet that communicates with the
> Databsase successfully and displays data in HTML format. That was just
> a test Servlet, just to make sure that I can communicate Servlets to an
> Access Database.
>
> The next step is creating an applet that makes a call to a Servlet that
> outputs data, to that applet. I'm Using Sun's Java Web Server, JDK1.2,
> JSDK2.0, and Microsoft Access to create the Databases.
>
> I want to send an integer or String from the applet to the servlet, and
> then in return receive a ResultSet, String, or integer from the servlet.
>
> I had received help for this before, but only succedded with the applet
> to servlet communication and not vice versa. I would greatly appreciate
> any help. It is hard to find something that works.
>
> Please Help, and Thanks in advance,
>
> Marco A. Osuna
>
> ___________________________________________________________________________
> 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
--
-------------------------------
Matt Tucker
[EMAIL PROTECTED]
http://cs.uiowa.edu/~matucker
-------------------------------
___________________________________________________________________________
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