Jonas Jacobi

Jonas is co-founder and chief executive zinger of Kaazing Corporation. Before co-founding Kaazing Jonas worked as VP of Product Management responsible for the product management and marketing strategy for Brane Corporation, a startup company in Silicon Valley. A native of Sweden, Jonas has worked in the software industry for more than eighteen years. Prior to his appointment as vice president for Brane, he worked 8 years for Oracle as a Java EE and open source Evangelist, and product manager responsible for the product management of products and technologies such as JavaServer Faces, Oracle ADF Faces, and Oracle ADF Faces Rich Client in the Oracle JDeveloper team. His passion is software evolution and how we constantly are able to reset expectations on what is possible. He is a frequent speaker at and has written numerous articles for leading IT magazines such as Java Developer's Journal, JavaPro, AjaxWorld, and Oracle Magazine. Jonas is co-author of the book Pro JSF and Ajax: Building Rich Internet Components, (Apress).

Website

http://kaazing.com

Twitter

http://twitter.com/kaazing

Websocket and Web Communication in 50 minutes

Sessions

Websocket and Web Communication in 50 minutes

Track: Web, wednesday 13:00 - 13:50

HTML5 Web Sockets provide an enormous reduction in unnecessary network traffic and latency compared to the unscalable polling and long-polling solutions that were used to simulate a full-duplex connection by maintaining two connections. HTML5 Web Sockets account for network hazards such as proxies and firewalls, making streaming possible over any connection, and with the ability to support upstream and downstream communications over a single connection, HTML5 Web Sockets-based applications place less burden on servers, allowing existing machines to support more concurrent connections.