Forums Register Login

Design problem

+Pie Number of slices to send: Send
Hi ,


I want to develop a code which can take care of following senario

We want to develop a form which accepts and processes user request in background

Here is the use case


1)User fills the form information (JSP )
2)Hits on a submit on the form
3)On submition , we will call a servlet which will do validation of the form data and then the servlet will call a status jsp
4)The status jsp will show message , that request is submitted and then will make a call for processing. ( Processing takes about 2 mins)

The problem that I am facing is

Even if I include the process call at the very end of status jsp , still the status jsp appears after the process call is complete.

Basically what should be done so that method calls happens after the jsp is displayed?



Thanks
Hrishikesh
+Pie Number of slices to send: Send
You need to do the long-running processing in a separate thread dedicated to that purpose.
This tiny ad is suggesting that maybe she should go play in traffic.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 703 times.
Similar Threads
ansynchronous request
Design Pattern
Design Mental Roadblock
HttpServletRequest question
ways to include a servlet from a JSP
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 14:40:55.