↧
Java EE 7 Web Sockets with AngularJS
The objective of this post is to show how I set up a web project with Maven and Eclipse Kepler with Java EE 7 Web Sockets running on the Java EE 7 reference implementation, Glassfish 4. All the code...
View ArticleWebSocket Service API Contact
The WebSocket API like HTTP is very open and allows a lot of flexibility to be able to work with many different types of applications. Like REST on top of HTTP, a WebSocket Service is an architectural...
View Article