Drombler / drombler-fx

Drombler FX - the modular application framework for JavaFX.
https://www.drombler.org/drombler-fx
Other
60 stars 8 forks source link

Provide Features and other building blocks [sf#42] #43

Open puce77 opened 9 years ago

puce77 commented 9 years ago

Reported by puce on 2014-01-18 11:43 UTC Provide building blocks such as:

to group bundles and provide additional meta data.

puce77 commented 9 years ago

Commented by puce on 2014-01-18 11:52 UTC Consider to use the new OSGi r5 Subsystem specification.

Note however that this specification is part of the enterprise release so it's not clear if it is suitable for desktop applications as well.

The reference implementation is provided by Apache Aries.

Here is a sample (using Equinox, not Apache Felix): http://coderthoughts.blogspot.ch/2013/04/osgi-subsystems.html

puce77 commented 9 years ago

Commented by puce on 2014-02-18 23:52 UTC Here is a sample using Apache Felix: http://coderthoughts.blogspot.ch/2014/01/osgi-subsytems-on-apache-felix.html

puce77 commented 9 years ago

Commented by puce on 2014-04-25 13:44 UTC Apache Felix Framework 4.4.0 seems now to provide full OSGi Core R5 support: http://coderthoughts.blogspot.ch/2014/03/apache-felix-framework-440-provides.html

-> migrate to Apache Felix Framework 4.4.0 or greater

puce77 commented 9 years ago

Commented by puce on 2014-11-07 20:10 UTC Depends on issue [#62]