From my basic understanding of both WebSockets as well as Asynchronous Servlet technologies,it seems like both are technologies to support server push of data to browsers. I want to understand the overlap of these two technolgies? Are they complementary or are they two technologies that have a common goal?
P.S: I am looking at the connection between these two technologies from the perspective of the client as well as the server.