commit | c710cc60b56f26b3daf7206533a96427cee52634 | [log] [tgz] |
---|---|---|
author | Pepijn Noltes <pepijnnoltes@gmail.com> | Wed Jul 27 17:22:47 2016 +0200 |
committer | Pepijn Noltes <pepijnnoltes@gmail.com> | Wed Jul 27 21:04:12 2016 +0200 |
tree | f8305ab479a77dab837f18045eaeb9cf55807dd4 | |
parent | bb1c702d4296b9c56941bdfa656ea06450823da5 [diff] |
CELIX-368: Adds intro documentation. Refactors some doc names / links
#Apache Celix
Apache Celix is an implementation of the OSGi specification adapted to C. It will follow the API as close as possible, but since the OSGi specification is written primarily for Java, there will be differences (Java is OO, C is procedural). An important aspect of the implementation is interoperability between Java and C. This interoperability is achieved by porting and implementing the Remote Services specification in Celix.
##Building For information how to build Apache Celix see Building Apache Celix
##Introduction to Apache Celix For an introduction into Apache Celix see Apache Celix Intro
##Getting Started with Apache Celix For a guide how to start writing your own bundles and services see Getting Started Guide