Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. Overview

Apache ServiceMix Runtime Kernel is a small OSGi based runtime which provides a lightweight container onto which various bundles can be deployed.

Here is a short list of features supported by the RuntimeKernel:

  • Wiki Markup
    *Hot deployment*: ServiceMix support hot deployment of OSGi bundles by monitoring jar files inside the {{\[home\]/deploy}} directory.  Each time a jar is copied in this folder, it will be installed inside the runtime.  You can then update or delete it and changes will be handled automatically.  In addition, the Kernel also supports exploded bundles and custom deployers (a spring one is included by default).
  • Wiki Markup
    *Dynamic configuration*: Services are usually configured through the ConfigurationAdmin OSGi service.  Such configuration can be defined in ServiceMix RuntimeKernel using property files inside the {{\[home\]/etc}} directory.  These configurations are monitored and changes on the properties files will be propagated to the services.
  • Provisioning: Provisioning of libraries or applications can be done through a number of different ways, by which they will be downloaded locally, installed and started.
  • Native OS integration: ServiceMix Runtime Kernel can be integrated into your own Operating System as a service so that the lifecycle will be bound to your Operating System.
  • Extensible Shell console: ServiceMix features a nice text console where you can manage the services, install new applications or libraries and manage their state. This shell is easily extensible by deploying new commands dynamically along with new features or applications.
  • Remote access: Operations on the console can be done remotely via a secured and encrypted channel. All commands accessible from the local console can be launched from a remote computer.
  • Managing instances: ServiceMix Runtime Kernel provides simple commands for managing instances of ServiceMix RuntimeKernel. You can easily create, delete, start and stop instances of ServiceMix Runtime Kernel through a single console.

...