Applet and Servlet communication by sending serialised objects back and forth
is your best book. Get a copy of Jason Hunter's Book "Java Servlet Programming"
OReilly.
What actually have to do is built a servlet and acts a middle tier to database and also
communicate to and back to an applet.
--
Peter Pilgrim
Welcome to the "Me Too" generation.
---------------------------------------- Message History
----------------------------------------
From: [EMAIL PROTECTED] on 28/09/2000 17:53
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: applet servlet communication...
I have to access the database with the an applet, but there is no
possibility of signing or using any plugin. What is the best solution.
Things are behind fire wall. Is it with socket or RMI. If so is there any
examples or samples i can get to see how i can communicate applet with
servlet for accessing the database (applet+servlet in one server and db in
another server)
Any samples would be of real help to me.....
with regards,
suresh
-----Original Message-----
From: Andrew Dingfelder [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 28, 2000 1:26 PM
To: [EMAIL PROTECTED]
Subject: multiple user problem
I have run into problems with multiple users.
when we tried running my servlet (accessed from an
applet) on one of our servers, it worked fine, but only
for 2 users at a time.
if any other computers try to use it, the applet will
load but it will not connect to the servlet to get the
database info.
Do you have any obvious ideas why this might be
happening?
I'll post more details as I get them as well as the code
itself if nobody has obvious solutions
Andrew Dingfelder
Computing As You Like It
108 Blanchard St., Raleigh NC 27603
[EMAIL PROTECTED]
Phone (919) 828-982
___________________________________________________________________________
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
--
This e-mail may contain confidential and/or privileged information. If you are not the
intended recipient (or have received this e-mail in error) please notify the sender
immediately and destroy this e-mail. Any unauthorised copying, disclosure or
distribution of the material in this e-mail is strictly forbidden.
___________________________________________________________________________
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