The topic of this articlemay not meet Wikipedia'snotability guidelines for products and services. Please help to demonstrate the notability of the topic by citingreliable secondary sources that areindependent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to bemerged,redirected, ordeleted. Find sources: "Apache Celix" – news ·newspapers ·books ·scholar ·JSTOR(July 2020) (Learn how and when to remove this message) |
| Apache Celix[1] | |
|---|---|
| Developer | Apache Software Foundation |
| Initial release | November 2010; 15 years ago (2010-11) |
| Stable release | |
| Written in | C,C++ |
| Operating system | Linux,macOS |
| License | Apache License 2.0 |
| Website | https://celix.apache.org/ |
| Repository | Celix Repository |
Apache Celix is anopen-source implementation of theOSGi specification adapted toC andC++ developed by theApache Software Foundation. The project aims to provide a framework to develop (dynamic) modular software applications using component and/orservice-oriented programming.
Apache Celix is primarily developed in C and adds an additional abstraction, in the form of a library, to support for C++.
Modularity in Apache Celix is achieved by supporting - run-time installed - bundles. Bundles are zip files and can contain software modules in the form of shared libraries. Modules can provide and request dynamic services, for and from other modules, by interacting with a provided bundle context. Services in Apache Celix are "plain old" structs with function pointers or "plain old C++ Objects" (POCO).
Apache Celix was welcomed in the Apache Incubator at November 2010 and graduated to Top Level Project from the Apache Incubator in July 2014.
"Apache Celix website". The Apache Software Foundation. 2018. Retrieved2018-03-22. "Prose in this article was copied from this source, which is released under anApache License, Version 2.0"
Thisfree and open-source software article is astub. You can help Wikipedia byadding missing information. |