Mixin GWT into a Vaadin application


Chapter 16 in Book of Vaadin
explains how I create a Vaadin component which could be used to wrap my GWT code.

What other ways are there to add existing GWT widgets, screens or applications into a Vaadin application? Are there any good blog posts or tutorials outside Vaadin wiki?

Could I dedicate a part of Vaadin applications layout and insert a GWT application with entry point into it? If can I have a single hosting page and split its content between Vaadin and GWT applications? Should I split existing GWT screens to vaadin components and use only those?

What is possible to do, what is possible but probably not a good idea, what would be easiest to mix existing GWT applications or parts of them with Vaadin?

Thank you for your replies in advance! :slight_smile: