Effective OSGi RT Config

Effective OSGi Runtime Bundles

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.effectiveosgi
ArtifactId

ArtifactId

com.effectiveosgi.rt.config
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

xml.gz
Description

Description

Effective OSGi RT Config
Effective OSGi Runtime Bundles

Download com.effectiveosgi.rt.config

Dependencies

compile (2)

Group / Artifact Type Version
com.effectiveosgi : com.effectiveosgi.lib jar 0.0.1
org.apache.felix : org.apache.felix.gogo.runtime jar 1.0.6

provided (8)

Group / Artifact Type Version
org.osgi : osgi.cmpn jar 6.0.0
org.osgi : osgi.core jar 6.0.0
org.osgi : osgi.annotation jar 6.0.1
org.apache.felix : org.apache.felix.fileinstall jar 3.5.4
com.google.code.gson : gson jar 2.8.0
commons-codec : commons-codec jar 1.10
org.ini4j : ini4j jar 0.5.4
org.yaml : snakeyaml jar 1.19

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Effective OSGi Runtime Bundles

Sub-projects

  • com.effectiveosgi.rt.aws: Library and component bundle for working with Amazon Web Services.
  • com.effectiveosgi.rt.config: An extension for Felix File Install 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.

<!-- AWS Module -->
<dependency>
  <groupId>com.effectiveosgi</groupId>
  <artifactId>com.effectiveosgi.rt.aws</artifactId>
  <version>0.0.1</version>
  <scope>runtime</scope>
</dependency>

<!-- Config Module -->
<dependency>
  <groupId>com.effectiveosgi</groupId>
  <artifactId>com.effectiveosgi.rt.config</artifactId>
  <version>0.1.0</version>
  <scope>runtime</scope>
</dependency>

<!-- Inspect Servlet Module -->
<dependency>
  <groupId>com.effectiveosgi</groupId>
  <artifactId>com.effectiveosgi.rt.inspect.web.servlet</artifactId>
  <version>0.0.1</version>
  <scope>runtime</scope>
</dependency>

<!-- Inspect Standalone Module -->
<dependency>
  <groupId>com.effectiveosgi</groupId>
  <artifactId>com.effectiveosgi.rt.inspect.web.standalone</artifactId>
  <version>0.0.2</version>
  <scope>runtime</scope>
</dependency>

For example if your project was generated from the Effective OSGi Maven Archetypes then these can be added to the POM of the _distro module.

Build Status

Build Status

com.effectiveosgi

Effective OSGi

Templates, examples and runtime components for Effective OSGi development

Versions

Version
1.0.1
1.0.0
0.1.0
0.0.1