I want to experiment with WebSockets as a replacement for REST for a particular app. Supposedly, the
Java WebSockets API is included in Java 7, but Eclipse cannot find the libraries so I manually added the import statements that I took from the book
Java WebSocket Programing from Oracle press (shown below) but Eclipse can't resolve them.
I have googled looking for the WebSockets jarfile and I get hundreds of hits, but they are documentation and I've yet to find the jar or jars that I need.
Does anyone have the jar or jars and can zip them to me or better yet, a URL where I can find the actual jarfiles?
Thanks,
Rob Tanner
Linfield College