JFXtras / jfxtras

A supporting library for JavaFX, containing helper classes, extended layouts, controls and other interesting widgets.
http://jfxtras.org
Other
599 stars 123 forks source link

Provide manifest headers to use JFXtras in OSGi environment #11

Closed n-e-g closed 8 years ago

n-e-g commented 10 years ago

The OSGi headers does not affect regular, non-OSGi based build, while allows off-the-shelf use in OSGi environments. Gradle build system provides plugins for generation of OSGi headers thus the only concern would be to check whether all resource loading uses proper classloader.

tbee commented 9 years ago

It seems not very many are using OSGi - personally I've look into it a while back but found it complex - and probably are waiting for a more friendly technique, possibly JBoss modules or Jigsaw. So I'm not inclined to invest time in learning to setup OSGi. If someone with knowledge was to make a PR, it would be included. If not, this change request (or improvement) will probably be closed somewhere in the future.

tbee commented 8 years ago

Closed because of inactivity