Go through the book
Java Servlet Programming by Jason Hunter which caters to most of your needs
also visit www.servlets.com

Vijayanand Deshpande wrote:

 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 

--
S Daniel Gladson
Siemens Information Systems Ltd.
84, Keonics Electronics City
Bangalore, India

Ph: 080-8521122 Ext. 4530
[EMAIL PROTECTED]

If you dont have the talent to triumph,
then truimph thru effort
 

Reply via email to