An open API service indexing awesome lists of open source software.

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

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
```