Can a batch job pass back its completion results to Wicket session?

2013-02-26 Thread Nigel Sheridan-Smith
Hi all, I'm hooking up a data import batch job with Quartz to Wicket and have struck an issue - how do you notify a Wicket page that the batch job is complete? I originally planned to update the Wicket session with the running count of how many items are processed. However, the Wicket request

Re: Can a batch job pass back its completion results to Wicket session?

2013-02-26 Thread Nigel Sheridan-Smith
too poll server. I think there is an example of how to do that at http://code.google.com/p/antilia/source/browse/#svn%2Ftrunk%2Fcom.antilia.export%2Fsrc%2Fcom%2Fantilia%2Fexport%2Fpdf Thought code is quite old... On Tue, Feb 26, 2013 at 11:47 PM, Nigel Sheridan-Smith wtfi...@gmail.com