Long polling using Spring MVC 3.2M1

Posted by Dangling Piyush on Programmers See other posts from Programmers or by Dangling Piyush
Published on 2012-12-19T05:13:53Z Indexed on 2012/12/19 11:13 UTC
Read the original article Hit count: 307

Filed under:
|

I want to implement Long polling Using Spring 3.2 DeferredResult. I got only this tutorial available on internet Long Polling with Spring MVC. It's a good tutorial but I could not understand it fully because I am pretty new to Spring MVC. So if anyone could explain me how to use DeferredResult for implenting long polling efficiently (server-side code) I would be grateful.

I have posted this question before on Stack Overflow but got zero response so I thought of reposting it here again.

© Programmers or respective owner

Related posts about java

Related posts about spring-mvc