Java EE 7's Java API for WebSocket

preview_player
Показать описание
This talk will examine the Java API for WebSocket, a key new Java API in Java EE 7. You'll understand how to use the API in web applications and also how to use the client API to write rich clients in addition to your browser clients.Finally efficient server-push of web data is here, no more long polling or AJAX. Find out about this foundation piece of HTML 5 and this new API in Java EE 7.

Author:
Arun Gupta
Arun Gupta is Director of Developer Advocacy at Red Hat and focuses on JBoss Middleware. As a founding member of the Java EE team at Sun Microsystems, he spread the love for technology all around the world.

Рекомендации по теме
Комментарии
Автор

33:44 code demo: *chat server*
*34:51** @onMessage method*
35:35 chat server simplified
45:12 code demo: URI template matching
45:54 *code demo: WebSocket Client*
46:03 bootstrap

ruixue
Автор

This is great demo,
Can you post the code ?

This is really helpful !!!

PiniCheyni