Is it possible to use WebSocket in spring 3
?
As mentioned on wikipedia of Spring Framework Spring 3
was released in 2009 and web socket was introduced in 2011.
I know that Spring 4
has support for websocket
but our legacy application uses only spring 3
.
Is it possible to use web socket in spring 3 and how can do it?