How do I use GWT widget in Vaadin application

I want to use some widgets developed in GWT in Vaadin as Vaadin panel. These widgets can work independently. I don’t want to convert these widgets into Vaadin widgets. I just want to use them in simple and fast way. How do I achive it?

Thanks,

James

Here’s a pretty good article (series) on the topic: https://dzone.com/articles/using-gwt-widgets-vaadin-7

It’s for Vaadin 7, but looks to be good for Vaadin 8 as well.

-Olli