playframework - Implementing spring-websockets in play 1.2x -


i overhauling websocket functionality of play app, , have application layer protocol stomp @ disposal. have embarked down path of bringing spring-websockets mix, having trouble connecting routing incoming requests message handlers.

section 21.2.1 of this docuemnt indicated that:

the above use in spring mvc applications , should included in configuration of dispatcherservlet. however, spring’s websocket support not depend on spring mvc. relatively simple integrate websockethandler other http serving environments of websockethttprequesthandler.

i have been looking examples of application has utilized websockethttprequesthandler in way, , have yet find it.

if point me in right direction awesome!

thanks, jeremy


to update on this, after 2 weeks of trying integration work out threw in towel. heart of our issue seemed inability map play's request object spring recognize. because of not able handshake negotiated.

some things did not try may yeild something: 1) deploying play .war there serverlet request at. 2) or maybe let play negotiate handshake , once have socket connection may able pass spring...

but @ end of day put way effort trying make work , have decided going re-implement our application entirely in spring.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -