(New subscriber) "Busy Page"
Chris Ward <[email protected]> Fri, 8 Oct 2004 16:46:08 +0100
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <D11FD8AE7B15D64285EA3A41DFCCFFB19B2D6F@HORIZON2.horizon-asset.co.uk> |
Hi, Sorry if this has been covered before - I couldn't see anything in the archive. What I want to know is the best/preferred way to display a "Busy" page/message while my servlet grinds away crunching numbers. At the end to the processing I want my html report output to be displayed instead of the "Busy" message. I've tried lots of ways of doing this (redirects/imports via JSPs, ServletFilters etc) but nothing ever does the very task I required. Surely this is a very common task. The only thing I've not bothered trying is firing off a separate thread to do my processing. I figure there has to be a cleaner way. Thanks in advance. Chris ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html