https://github.com/effectiveosgi/eosgi-runtime
https://github.com/effectiveosgi/eosgi-runtime
osgi
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/effectiveosgi/eosgi-runtime
- Owner: effectiveosgi
- Created: 2017-06-26T16:43:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T20:34:19.000Z (over 3 years ago)
- Last Synced: 2025-07-25T04:58:40.086Z (11 months ago)
- Topics: osgi
- Language: Java
- Size: 5.41 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Effective OSGi Runtime Bundles
==============================
Sub-projects
------------
* [com.effectiveosgi.rt.aws](com.effectiveosgi.rt.aws/README.md): Library and component bundle for working with Amazon Web Services.
* [com.effectiveosgi.rt.config](com.effectiveosgi.rt.config/README.md): An extension for [Felix File Install](https://felix.apache.org/documentation/subprojects/apache-felix-file-install.html) that processes configuration files in various formats.
* `com.effectiveosgi.rt.inspect.web.servlet`: An OSGi Inspector web application, implemented as a Servlet (requires an OSGi HTTP Servlet Whiteboard implementation).
* `com.effectiveosgi.rt.inspect.web.standalone`: A completely standalone variant of the OSGi Inspector web application using an embedded web server -- no dependencies but not configurable via OSGi Config Admin.
Installation
------------
This project is delivered as a set of OSGi bundles that can be installed directly
from Maven Central. We recommend adding the following dependency section(s) to
any Maven module that is visible to your index module.
```xml
com.effectiveosgi
com.effectiveosgi.rt.aws
0.0.1
runtime
com.effectiveosgi
com.effectiveosgi.rt.config
0.1.0
runtime
com.effectiveosgi
com.effectiveosgi.rt.inspect.web.servlet
0.0.1
runtime
com.effectiveosgi
com.effectiveosgi.rt.inspect.web.standalone
0.0.2
runtime
```
For example if your project was generated from the [Effective OSGi Maven
Archetypes](https://github.com/effectiveosgi/maven-archetypes) then these can be added to the POM
of the `_distro` module.
Build Status
------------
[](https://travis-ci.org/effectiveosgi/eosgi-runtime)