Chapter 26: Problem 6
(Page Hit Counter with ApplicationBean) Create a JSP that uses the ApplicationBean to keep track of how many times a page has been visited. [Note: if you were to deploy this page on the web, it would count the number of times that any computer requested the page, unlike in the previous exercise.] Display the number of page hits (i.e., the value of an int property in the ApplicationBean ) every time the page loads.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.