Vaadin integration in Liferay

I think this support might be easy to add to the application by extending the
ApplicationPortlet
of Vaadin with implementing the
EventPortlet
interface and modifying the portlet.xml to use the extended ApplicationPortlet as the portlet-class.

public class MyApplicationPortlet extends ApplicationPortlet implements EventPortlet

This is just an idea that popped into my mind. I don’t know if it would really work. :slight_smile: