OSGI example demonstrates usage of OSGI
To get a local copy up and running follow these simple example steps.
This section will describe requirements needed to satisfy the installation or running of the project.
- Java 1.8
- Maven
- Apache Karaf
- Intellij
git clone https://github.com/Tanevski3/osgi-example.git
cd ./osgi-example
mvn clean install
- Start Apache Karaf
- In Apache karaf console run
install mvn:com.mtanevski.osgi/osgi-service-example/1.0.0-SNAPSHOT
- then run
install mvn:com.mtanevski.osgi/osgi-client-example/1.0.0-SNAPSHOT
- or run
install mvn:com.mtanevski.osgi/osgi-activator-example/1.0.0-SNAPSHOT
For contact, you can reach me at marjantanevski@outlook.com.
MIT © Marjan Tanevski