Can I use Vaadin 7 widgets in an existing GWT project?

Hi,

Can I use the Vaadin 7 widgets as such in a GWT 2.4 project?
Just include the library the add the widgets into the client side code?

Currently, most Vaadin widgets (at least the interesting ones) still depend on other parts of Vaadin and do not have clean APIs on the client side, so you can’t really use them outside a full Vaadin project.

We would like to convert Vaadin widgets to be usable purely on the client side, but that is not happening overnight as there is quite a lot of work to do it cleanly.