I want to implement Long polling Using Spring 3.2 DeferredResult .I got only this tutorial available on internet Long Polling with Spring MVC.Its a good tutorial but I could not understand full of it because I am pretty new to Spring MVC. So if anyone could explain me how to use DeferredResult for implenting long polling efficently (serverside code) I will be grateful.Thanks
