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

https://github.com/effectiveosgi/eosgi-runtime


https://github.com/effectiveosgi/eosgi-runtime

osgi

Last synced: 5 months ago
JSON representation

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

[![Build Status](https://travis-ci.org/effectiveosgi/eosgi-runtime.svg?branch=master)](https://travis-ci.org/effectiveosgi/eosgi-runtime)