Speakers


Simone Bordet

Senior Engineer @ Intalio/Webtide

Simone Bordet is a Jetty Committer, CometD project leader and works as Lead Architect at Webtide, now part of Intalio. Active open source developer, he founded and contributed to various open source projects such as Jetty, CometD, MX4J, Foxtrot, LiveTribe, and others. Simone has been technical speaker at various national and international conferences such as Devoxx, JavaOne, CodeMotion, etc., and is a co-lead of the Java User Group of Torino, Italy. Simone specializes in server-side multi-thread development, J2EE application development, in Comet technologies applied to web development, web network protocols and in high performance JVM tuning.



Blog

Jetty SPDY push improvements

Posted Monday, April 29, 2013

After having some discussions on spdy-dev and having some experience with our current push implementation, we’ve decided to change a few things to the better. Jetty now sends all push resources non interleaved to the client. That means that the &#more »

Jetty SPDY to HTTP Proxy

Posted Monday, April 29, 2013

We have SPDY to SPDY and HTTP to SPDY proxy functionality implemented in Jetty for a while now. An important and very common use case however is a SPDY to HTTP proxy. Imagine a network architecture where network components like … Continue reading more »

Asynchronous Rest with Jetty-9

Posted Thursday, April 18, 2013

This blog is an update for jetty-9 of one published for Jetty 7 in 2008 as an example web application  that uses Jetty asynchronous HTTP client and the asynchronoous servlets 3.0 API, to call an eBay restful web service. The … Continue reading more »

Jetty, SPDY, PHP and WordPress

Posted Thursday, April 18, 2013

Having discussed the business case for Jetty 9 and SPDY, this blog presents a simple tutorial for runing PHP web applications like WordPress on Jetty with SPDY. Get Jetty First you’ll need a distribution of Jetty, which you can download, … Cmore »
Read More Blog Entries »

Presentations

How to Build WebSocket Web Applications

The WebSocket protocol is now a standard internet protocol (RFC 6455), and almost all browsers supports it well. Differently from HTTP, WebSocket supports true bidirectional communication, enabling developers to build more scalable web applications. more »

Join the SPDY Revolution

There is a revolution quietly happening on the web and if you blink you might miss it. The revolution is Google’s SPDY protocol, which may replace HTTP as the primary protocol for the web. more »

HTTP, WebSocket and SPDY: Evolution of Web Protocols

This session will run you through the history and future of web protocols, starting from HTTP, then moving to WebSocket and finally to SPDY (the new protocol on the block), analyzing pros and cons of each protocol, its browser and server support, with a fmore »

Extreme Web Messaging with CometD

This session will introduce you to the CometD project, an open source web messaging framework. The CometD framework allows web clients to be notified of server-side events, typical in applications such as chat rooms, online games, financial trading, sportmore »