Where can I find the demo package war?

The Book of Vaadin 6 mention a demo package war in its
section on portlets
. However I couldn’t find it on the download nor dev section of the site. Any idea where I can find it? (I got the sampler through Google but it doesn’t seem related to the same code of that chapter.)

The separate pre-compiled demo WAR was only available until Vaadin 6.6.x.

You can find the source code of the small portlet examples for Vaadin 6
here
and the related portlet configuration files
here
. Note that the configuration might also refer to other portlets etc. so you might need to trim the files down.

Thanks!