Deploying Vaadin on Embedded Grizzly Servlet Container

Hi,

I am experimenting with Vaadin in a little pet project of mine. In that project I am building an HTTP proxy server that can be monitored through REST interfaces and through a nice and rich web dashboard. I picked Vaadin for the latter purpose of course.
It took some trial and error, but I fairly easily managed to get Vaadin running smoothly within the embeddable Grizzly Servlet Adapter.
I wrote a blog piece where I provide all the details (code fragments) on how to deploy Vaadin on the Grizzly:
http://blokmark.blogspot.com/2010/06/using-vaadin-with-embedded-grizzly.html

Let me know what you think.

Cheers,
Mark

The app is interesting, and the Grizzly integration is a nice example. I need to look at Grizzly sometime :slight_smile: