https://github.com/athiththan11/osgi-producer-and-consumer-bundle
A simple implementation of OSGi producer and consumer bundle
https://github.com/athiththan11/osgi-producer-and-consumer-bundle
osgi osgi-bundle osgi-consumer osgi-producer osgi-services
Last synced: 3 months ago
JSON representation
A simple implementation of OSGi producer and consumer bundle
- Host: GitHub
- URL: https://github.com/athiththan11/osgi-producer-and-consumer-bundle
- Owner: athiththan11
- Created: 2019-06-05T10:16:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T08:06:04.000Z (almost 6 years ago)
- Last Synced: 2025-01-01T07:27:07.245Z (5 months ago)
- Topics: osgi, osgi-bundle, osgi-consumer, osgi-producer, osgi-services
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSGi Producer (Fabricator) & Consumer (Shopper)
A simple implementation of OSGi bundles using and explaining the producer and consumer developments.
## Build
Build the modules by executing the following command from the root folder
```shell
mvn clean install package
```