Questions tagged [apache-celix]

Celix is an implementation of the OSGi specification adapted to C. It is meant to conform to the API defined by the specification as close as possible with the exclusion of differences enforced by the different nature of C as a language, as opposed to Java.

Celix is an implementation of the OSGi specification adapted to C. It is meant to conform to the API defined by the specification as close as possible with the exclusion of differences enforced by the different nature of C as a language, as opposed to Java.

For more information, visit the Apache Celix website

1 questions
1
vote
2 answers

Mixed C/Java OSGi Platform

is there a way of having a language-mixed component framework like OSGi? I'd like to mix modules or bundles that are written in C and Java. On the site of NativeOSGi (https://github.com/abroekhuis/NativeOSGi) there is a hint, however the project…
Stasik
  • 2,568
  • 1
  • 25
  • 44