0

Possible Duplicate:
Using HTML5 Websockets with Spring

i make one application like 2- way communication (server to client & client to server.) so i use web-socket (HTML5) and i try integration with spring MVC but not connect it . so

how to integration spring MVC with web-socket ?

is it possible or not possible ? if possible , then how to ?

Please help me ...

kamlesh

2
  • Here is an update on WebSocket support in Spring Framework 4.0 M2, see blog.springsource.org/2013/07/24/… Commented Jul 24, 2013 at 21:24
  • @Rossen Stoyanchev : Thanks !!!!! Commented Jul 25, 2013 at 6:16

1 Answer 1

0

Spring doesn't support web-sockets.

http://blog.springsource.org/2012/05/08/spring-mvc-3-2-preview-techniques-for-real-time-updates/

Sign up to request clarification or add additional context in comments.

5 Comments

what will do ? (Wait for web-sockets support OR use other way like long time polling ...) (i have 1-2 Months time .)
@kamlesh0606 what will do ? accept the answer then find a solution that does not rely on connecting websockets to spring.
i am use jetty Or tomcat web-sockets using servlet . and then servlet to spring call and then all code in spring ......
FWIW, It appears that spring is working on websockets for an upcoming release based on commits in their git repo at: github.com/SpringSource/spring-framework/tree/websocket
Spring is introducing web-socket support in Spring 4 - assets.spring.io/wp/…

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.