We currently use DWR but we have problems due to its inability to use POST (it forces the use of GET when script tag is enabled) so we're thinking to migrate to HTML5 WebSockets.
What are the pros and cons of the two technologies? I couldn't find any comparison. Our server is Java (Tomcat) and has to stay so (no Node.js or similar).