Skip to content

marjan3/osgi-example

Repository files navigation

OSGI example

OSGI example demonstrates usage of OSGI

Getting started

To get a local copy up and running follow these simple example steps.

Prerequisites

This section will describe requirements needed to satisfy the installation or running of the project.

  • Java 1.8
  • Maven
  • Apache Karaf

Nice to have

  • Intellij

Build

  • git clone https://github.com/Tanevski3/osgi-example.git
  • cd ./osgi-example
  • mvn clean install

Run

  • 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

Contact

For contact, you can reach me at marjantanevski@outlook.com.

License

MIT © Marjan Tanevski