I am developing a java web application with servlets and JSP. When we arrive on the main page a heavy request is made to the database to retrieve and display information. This request is long so I would like to know if it was possible to display the page and then make this request in the background and update the page once the request is answered.
Thanks for your help