vaadin / docs

Official documentation for Vaadin and Hilla.
https://vaadin.com/docs
Other
29 stars 188 forks source link

Document the usecases for using OSGi declarative services features with Vaadin #194

Closed denis-anisimov closed 3 years ago

denis-anisimov commented 3 years ago

It's already possible to use every OSGi feature inside Vaadin application. Sometimes it requires an additional boilerplate code and there is no way to use navigation target as a service via DS. But it's quite easy to use DS anyway programmatically from any Vaadin view/component.

This should be documented with explanation why we don't provide this feature out of the box and all the ways that are possible already to do the same things.

This is the source of this documentation : https://github.com/vaadin/flow/issues/9107

jouni commented 3 years ago

Updated the title because I had trouble understanding that it’s not about design systems 😆