I have to run a thread from my struts application which will fetch huge data from db..I have to provide the start and stop option to my user. when stop pressed,thread should stop the process immediately...its pause ...I mean thread should stop the process in Ex:723th record...later when start pressed it should able to continue the process....If I'm not wrong...I don't need to use quartz job for this...whats the procedure to do so... Advanced thanks for your information.
-
Thread programming with struts (2 messages)
- Posted by: ram kumar
- Posted on: October 22 2011 05:45 EDT
Threaded Messages (2)
- test by Pat Ellis on October 27 2011 19:50 EDT
- So, how does by Sabre Schen on March 19 2013 23:05 EDT
-
test[ Go to top ]
- Posted by: Pat Ellis
- Posted on: October 27 2011 19:50 EDT
- in response to ram kumar
test -
So, how does[ Go to top ]
- Posted by: Sabre Schen
- Posted on: March 19 2013 23:05 EDT
- in response to ram kumar
So, how does struts work? And how do we make struts class thread safe? - Michael Courouleau