...::: Recent Updates :::...

Wednesday, May 30, 2012

Write a Servlet which displays a message and also displays how many times the message has been displayed (how many times the page has been visited).





Write a Servlet which displays a message and also displays how many times the message has been displayed (how many times the page has been visited). 
  
Hint: Create a file which will update the counter each and every time the page is being loaded. 


(Simple Counter Variable is Used Without making use of session , cookies  or database)


Step 1: Create VisitCounter.Java using Packages Concepts for servlet which can handle counter variable to keep a track on visits.


Step 2: Create WEB.XML file for Mapping Servlet file.



No comments:

Post a Comment