Vaadin WidgetSet compilation optimizations

Vaadin is a framework using GWT behind the scene. And for that it needs a WidgetSet, which is basically the definition of the widgets that you want to use on the client-side. If you are using the core widgets of Vaadin, you are good because the vaadin.jar ships with a default WidgetSet for all the [...]

Embed for Vaadin: run your Vaadin applications in an embedded server

Embed for vaadin is a Vaadin add-on that allows you to start your Vaadin application directly from your IDE. In this article, we will explain the rationale of such plugin and how you could use it in your own Vaadin applications. [...]