Buscar
Social
Ofertas laborales ES
Main | Fotos del seminario de Android »
miércoles
may072014

Charla: Going real-time with WebSockets and Spring

El próximo lunes 12 de Mayo, javaHispano y BarcelonaJUG te invitan a la charla 'Going real-time with WebSockets and Spring' en Barcelona. 

Uno de los cambios significativos en Spring 4 es el soporte para WebSockets. En esta sesión vamos a aprender a desarrollar aplicaciones en tiempo real usando WebSocket para una comunicación bidireccional. Gracias a SockJS, Spring permite el intercambio de mensajes en contenedores anteriores a Servlet 3.1 y entre navegadores que no soportan WebSockets (como IE anterior a la versión 10). Sin embargo cuando usamos WebSockets para la comunicación, es similar a usar un socket directamente (no tenemos un protocolo como HTTP donde podemos usar headers, parámetros...). El protocolo WebSocket tiene un mecanismo para negociar un subprotocolo. Spring tiene soporto para STOMP que nos permite implementar mensajería basada en WebSockets. Varemos cómo Spring proporciona un broker STOMP simple en memoria pero también soporta la integración de un broker STOMP standalone como RabbitMQ o ActiveMQ.

URL del meetup: http://www.meetup.com/BarcelonaJUG/events/181565622/

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>