----- Original Message -----
Sent: Wednesday, August 11, 1999 1:19
AM
Subject: Require information
Hi all,
I am a new comer to
"SERVLETS".
Presently I am facing these problems
:
1.Once my instance of servlet is instantiated,
the servlet needs to take some further input from the Browser. Hence I want
the servlet to wait for the input. How do I achieve it?
2. I want to retain some
information (in the form of structures) so that the next instance of the
servlet can be called with these retained values. At present I am unable to do
that because once the servlet instance expires I lose the data
too.
3. Can we use applets to call the servlets, so that we can
offload the screen validations to the applet and use the servlet merely to
perform server side processing.
Pls guide me in these regards.
Thanks in advance,
Vijayanand