vaadin 8 + spring custom widgetset
问题 i am trying to get working client-side component with class with spring+vaadin boot. The problem is probably in custom widgetset. Where should be placed in project? close to client component? Resouces (cant compile while in resources) But my client component is not getting called onStateChange. I have tryed everyting but i cant handle it. gwt package { client { connector extended by AbstractExtensionConnector with @Connect directivy ClientSide class with java } AppWidgetset.gwt.xml } impl {