Felix.apache.org

Welcome to Apache Felix :: Apache Felix

WEBApache Felix is a community effort to implement the OSGi Framework and Service platform and other interesting OSGi-related technologies under the Apache license. The OSGi …

Actived: 9 days ago

URL: https://felix.apache.org/documentation/index.html

Apache Felix Health Checks :: Apache Felix

WEBApache Felix Health Checks. Based on a simple HealthCheck SPI interface, Felix Health Checks are used to check the health/availability of Felix systems at runtime based on …

Category:  Health Go Health

Apache Felix Inventory Printer :: Apache Felix

WEBApache Felix Inventory Printer. The Apache Felix Inventory Printer is a simple and extensible framework to retrieve inventory information about applications running in an …

Category:  Health Go Health

Apache Felix Framework Usage Documentation :: Apache …

WEBThe main way to interact with the framework is via the supplied Apache Felix Gogo shell. After starting the framework, type help into the shell to see the list of the available …

Category:  Health Go Health

Web Console RESTful API :: Apache Felix

WEBThe Web Console URL space is by default rooted at /system/console inside the Servlet Context used by the OSGi Http Service. This default can be reconfigured, though this is …

Category:  Health Go Health

Apache Felix Web Console :: Apache Felix

WEBThe second part of the Web Console configuration is the configuration of the console itself. The Web Console is configured using the OSGi Configuration Admin Service in that the …

Category:  Health Go Health

Tutorials, Examples, and Presentations :: Apache Felix

WEBThe authors of this book are committers and/or PMC members of the Apache Felix project. OSGi and Equinox: creating highly modular Java systems ; Jeff McAffer, Paul …

Category:  Health Go Health

Downloads :: Apache Felix

WEBContent licensed under AL2. UI licensed under MPL-2.0 with extensions licensed under AL2

Category:  Health Go Health

Apache Felix Tutorial Example 2 :: Apache Felix

WEBjavac -d c:\classes *.java. This command compiles all source files and outputs the generated classes into a subdirectory of the c:\classes directory; this subdirectory is …

Category:  Health Go Health

Apache Felix Remote Shell :: Apache Felix

WEBThe Apache Felix Remote Shell provided by the org.apache.felix.shell.remote bundle offers remote access to Apache Felix Shell and [Apache Felix Gogo] using telnet clients. The …

Category:  Health Go Health

Getting Started :: Apache Felix

WEBGetting Started. For first-time users, here are a few links that might get you started more quickly: Downloads - Go to the download page and download and extract the Felix …

Category:  Health Go Health

Apache Felix Tutorial Example 3 :: Apache Felix

WEBWe compile the source file using a command like: javac -d c:\classes *.java. This command compiles all source files and outputs the generated classes into a subdirectory of the …

Category:  Health Go Health

Apache Felix Tutorial Example 5 :: Apache Felix

WEBThe functionality of the new dictionary client is essentially the same as the one from Example 4. Our bundle uses its bundle context to create a ServiceTracker instance to …

Category:  Health Go Health

Apache Felix Preferences Service :: Apache Felix

WEBThe entry point to the Preferences Service API is the PreferencesService interface. It provides access to different roots of Preferences trees: a system root. any number of …

Category:  Health Go Health

Apache Felix SCR Plugin Frequently Asked Questions

WEBThe SCR plugin generates a descriptor for Declarative Services (see OSGi compendium specification). Therefore at runtime, you must have an implementation of DS running in …

Category:  Health Go Health

Using the OSGi Compliance Tests :: Apache Felix

WEBAfter editing the BND files, run the tests using: source runtests. This will run all test suites for all BND files. To run a specific test suite, do the following: $ java -jar jar/bnd.jar …

Category:  Health Go Health

DEPENDENCIES file template :: Apache Felix

WEBEach released software archive must contain a DEPENDENCIES file in it to declare third-party dependencies and their licenses. The following template should be used:

Category:  Health Go Health

Providing Web Console Plugins :: Apache Felix

WEBWhile being very simple and straight forward, extending the AbstractWebConsolePlugin actually creates a binding from the plugin provider bundle to the Web Console bundle, …

Category:  Health Go Health

Extending SCR Annotations Excerpt: How add new Annotations …

WEBThe SCR Annotations library has been updated in version 1.4.0 to comply with the rules described here. As such this library may be used as basis to learn more about providing …

Category:  Health Go Health