Carousel

Hi! I need to make something like
Carousel

The parts of carousel is a dynamic data from db - image with txt… Is it possible in Vaadin to do such thing? For example initiate from server side changing of content of Panel every 5 seconds.

Or, if not, may be there is exists the way to use Vaadin with JQuery and to call Vaadin beans to get content. I found in forum that it’s possible… but there wasn’t description how to do it… How to link jquery.js if i have only Java classes? How to call javascript functions? And how to call a bean, because i work with Liferay and i need to have an access to portal environment?

Thank you.

Something like
http://peter.virtuallypreinstalled.com/ImageStrip/HorizontalStrip
?

For more info and source code, see
http://vaadin.com/forum/-/message_boards/message/79935
. Just add autoscroll to the widget and you are done.

Thank you! It’s what i need. I hope it’s clearly to replace images on html pieces.