Push implementation using CometD

Hi all,

I have implemented Push using CometD in an embedded Jetty server. I have included an example in my code with Maven and Spring, basically as a template for my own projects. I looked at ICEPush, but I needed more manual control on how to trigger a push and the possibility to inject a object to my beans so they can trigger a push themselves.

Please feel free to use my code if you find it useful, comments welcomed.

Code here:
http://code.google.com/a/eclipselabs.org/p/vaadin-push-example/

Explanations here:
http://www.lee-camax.com/vpush

Regards,

Ray