I am creating a webpage using jsp's, servlets, javascript and html.
I have one form that asks the user for information and then I go to a
database and retrieve the information. The problem is that sometimes
the user may have to wait for a while. What I want to do is create a
status page in between the two. I'm not sure if this would be done
with threading or some other way. I'd appreciate any help on this.