Apache Felix Karaf has been edited by Chris Custine (Apr 28, 2009).

(View changes)

Content:

Overview

Apache ServiceMix Kernel is a small OSGi based runtime which provides a lightweight container onto which various components and applications can be deployed.

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

  • Hot deployment: ServiceMix Kernel supports hot deployment of OSGi bundles by monitoring jar files inside the [SMX4KNL: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).
  • Dynamic configuration: Services are usually configured through the ConfigurationAdmin OSGi service. Such configuration can be defined in ServiceMix Kernel using property files inside the [SMX4KNL:home]/etc directory. These configurations are monitored and changes on the properties files will be propagated to the services.
  • Logging System: using a centralized logging back end supported by Log4J, ServiceMix Kernel supports a number of different APIs (JDK 1.4, JCL, SLF4J, Avalon, Tomcat, OSGi)
  • 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 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: use any SSH client to connect to the kernel and issue commands in the console
  • Security framework based on JAAS
  • Managing instances: ServiceMix Kernel provides simple commands for managing instances of ServiceMix Kernel. You can easily create, delete, start and stop instances of ServiceMix Kernel through the console.

To get started or for more informations, go to the Users' Guide.

 
Recently Updated
by Chris Custine (3 mins ago)
Kernel Overview
by Chris Custine (3 mins ago)
Snippets
by Chris Custine (3 mins ago)
Karaf - Download
by Chris Custine (3 mins ago)
ServiceMix Kernel 1.1.0
by Chris Custine (3 mins ago)
ServiceMix Kernel 1.0.0
by Chris Custine (3 mins ago)
ServiceMix Kernel 1.0.0-rc2
by Chris Custine (3 mins ago)
ServiceMix Kernel 1.0.0-rc1
by Chris Custine (3 mins ago)
ServiceMix Kernel 1.0-m3
by Chris Custine (3 mins ago)
ServiceMix Kernel 1.0-m2
by Chris Custine (3 mins ago)
ServiceMix Kernel 1.0-m1

Reply via email to