I am developing my first web application with Java and I have a little doubt. I have my jsp file where I have my main page, my css and a servlet with which I perform the operations I need. Well, this servlet generates a file that it then returns to the user to download and I would like a waiting message to be shown while it is being generated. Something gif that is going to go around in the meantime, since the option to create a progress bar I see more complicated. Thanks in advance!