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.