o

osgi.enroute.webconsole.xray.provider

A plugin for the Apache Felix Webconsole. When installed, this bundle will add a tab on the Web Console that provides a graphic overview of the OSGi framework, including services, bundles, and components. Colors are used to encode the different states. Bundles are shown to be started, stopped, starting, resolved, and installed. Services are shown to be used, looked for, or registered in the air. Components can be seen to be operating or not satisfied. Most objects have a tooltip with extra information and all objects can be clicked upon. Hovering over a bundle or service shows only the conenections to/from the component. The display updates every 5 seconds to provide a continuous view on the operations of the framework it runs on.
http://v2archive.enroute.osgi.org/
http://opensource.org/licenses/apache2.0.php
OSGi Alliance
OSGi Alliance
Files download
File Operation
osgi.enroute.webconsole.xray.provider-2.1.0.jar download
osgi.enroute.webconsole.xray.provider-2.1.0.pom download
osgi.enroute.webconsole.xray.provider-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.osgi</groupId>
  <artifactId>osgi.enroute.webconsole.xray.provider</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.osgi:osgi.enroute.webconsole.xray.provider:2.1.0'
Gradle Kotlin
implementation("org.osgi:osgi.enroute.webconsole.xray.provider:2.1.0")
Scala SBT
libraryDependencies += "org.osgi" % "osgi.enroute.webconsole.xray.provider" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.osgi', module='osgi.enroute.webconsole.xray.provider', version='2.1.0')
)
Apache Ivy
<dependency org="org.osgi" name="osgi.enroute.webconsole.xray.provider" rev="2.1.0" />
Leiningen
[org.osgi/osgi.enroute.webconsole.xray.provider "2.1.0"]
Apache Buildr
'org.osgi:osgi.enroute.webconsole.xray.provider:jar:2.1.0'
Dependencies
The project has no third-party dependencies