Table of Contents
Simulation Tools
Websocket
Embedded Jetty Jersey Providers
Simulation Tools
Websocket
client:
https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_client_applications
server:
https://stackoverflow.com/questions/17080216/how-to-send-message-to-particular-websocket-connection-using-java-server
Embedded Jetty Jersey Providers
FasterXML jackson mapping:
https://stackoverflow.com/questions/39559432/jersey-with-embedded-jetty-messagebodywriter-not-found-application-json
https://stackoverflow.com/questions/28733805/jersey-how-to-add-jackson-to-servlet-holder
jersey & jackson compatibility:
https://stackoverflow.com/questions/47253750/what-are-the-jersey-versions-compatible-with-jackson-2-9-2