Hi,

if someone is still interested in using Vaadin 8 in OSGi: I've created an integration that enables the developer to use a declared Vaadin UI as a Declarative Service. The code for this integration can be found here: https://github.com/Sandared/vaadin8integration

All a developer has to do now is to annotate the class extending UI with @Component and add a path under which it should be registered:

@Component(service = UI.class, HttpWhiteboardConstants.HTTP_WHITEBOARD_SERVLET_PATTERN + "=/test")
public class VaadinUI extends UI{

    .....

}

Kind regards,
Thomas
_______________________________________________
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to