<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000000'><font face="arial, helvetica, sans-serif" size="3">Some developers at a company I work with were trying to use the implementation in Tomcat 7, but their production servers are sitting behind Apache httpd and using AJP to connect to the Tomcat instances. AJP apparently doesn't support websockets, and it would be non-trivial to make it support it. (At least, according to random people on the web!) I realize this isn't really an answer to your question ;-) but I thought you'd be interested. Also, I see the Tomcat implementation is missing from the wiki page.</font><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 12pt;"><br></div><div><font face="arial, helvetica, sans-serif">http://tomcat.apache.org/tomcat-7.0-doc/web-socket-howto.html</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Also note that JSR-356 is going to standardize the API for websockets in Java. If you're developing more than some basic prototypes, you may want to hold off a bit until the standard is close to being finalized, or use an implementation that's evolving with the standard.&nbsp;<a href="http://tyrus.java.net/">tyrus.java.net</a>&nbsp;is the reference implementation. I attended a talk on websockets at DevNexus last month, and the slides are here:</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">http://www.slideshare.net/hillert/devnexus-2013-introduction-to-websockets</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">I don't know how much you can glean from them without the audio, but he discussed <a href="http://github.com/Atmosphere/atmosphere">Atmosphere</a>, <a href="http://netty.io/">netty.io</a> <a href="http://vertx.io/">vertx.io</a>, <a href="http://grizzly.java.net/">Grizzly</a>, as well as the jWebSockets you're already looking at. He was a SpringSource guy and so he also talked a lot about the Spring 4.0 WebSocket support, which will follow JSR-356. It looked pretty good, but of course demos usually do.</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Scott</font><br><hr id="zwchr" style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 12pt;"><div style="color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-size: 12pt; font-weight: normal; font-style: normal; text-decoration: none;"><b>From: </b>"Chris Hendry" &lt;Chris.Hendry@turner.com&gt;<br><b>To: </b>ale@ale.org<br><b>Sent: </b>Friday, March 15, 2013 3:28:09 PM<br><b>Subject: </b>[ale] Web Socket Implementations<br><br>



<style><!--

@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}

p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>


<div class="WordSection1">
<p class="MsoNormal">Looking at web socket implementations via: <a href="http://en.wikipedia.org/wiki/Comparison_of_WebSocket_implementations" target="_blank">
http://en.wikipedia.org/wiki/Comparison_of_WebSocket_implementations</a></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">Looking for the a reliable Linux/Unix friendly one, using java … lots of choices</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">I like what I’m reading about jWebSocket: <a href="http://jwebsocket.org/" target="_blank">
http://jwebsocket.org/</a></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">Any preferences? If so why</p>
<p class="MsoNormal">&nbsp;</p>
</div>


<br>_______________________________________________<br>Ale mailing list<br>Ale@ale.org<br>http://mail.ale.org/mailman/listinfo/ale<br>See JOBS, ANNOUNCE and SCHOOLS lists at<br>http://mail.ale.org/mailman/listinfo<br></div><br></div></div></body></html>