All Projects → apache → Karaf

apache / Karaf

Licence: apache-2.0
Mirror of Apache Karaf

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Karaf

atomos
Atomos - A Java Module Framework using OSGi Connect
Stars: ✭ 12 (-97.71%)
Mutual labels:  osgi
aem-osgi-annotation-demo
Demonstrates OSGi Declarative Services Annotations along side Felix SCR Annotations.
Stars: ✭ 42 (-91.98%)
Mutual labels:  osgi
Jetty.project
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Stars: ✭ 3,260 (+522.14%)
Mutual labels:  osgi
osgi-testsuite
The OSGi Test Suite runs all JUnit tests in a given list of bundles
Stars: ✭ 15 (-97.14%)
Mutual labels:  osgi
island-viz
IslandViz: A Tool for Visualizing Modular Software Systems in Virtual Reality
Stars: ✭ 17 (-96.76%)
Mutual labels:  osgi
karaf-cave
Mirror of Apache Karaf Cave
Stars: ✭ 17 (-96.76%)
Mutual labels:  osgi
Acs Aem Samples
AEM Code Samples repository
Stars: ✭ 170 (-67.56%)
Mutual labels:  osgi
Cppmicroservices
An OSGi-like C++ dynamic module system and service registry
Stars: ✭ 482 (-8.02%)
Mutual labels:  osgi
osgi-chat
No description or website provided.
Stars: ✭ 19 (-96.37%)
Mutual labels:  osgi
Karaf Tutorial
Stars: ✭ 256 (-51.15%)
Mutual labels:  osgi
bacnet
OpenMUC BACnet/IP communication driver based on bacnet4J
Stars: ✭ 19 (-96.37%)
Mutual labels:  osgi
felix-atomos
Apache Felix Atomos
Stars: ✭ 32 (-93.89%)
Mutual labels:  osgi
osgi-test
Testing support for OSGi. Includes JUnit 4 and JUnit 5 support and AssertJ support.
Stars: ✭ 22 (-95.8%)
Mutual labels:  osgi
camunda-bpm-platform-osgi
OSGi integration for Camunda Platform 7
Stars: ✭ 20 (-96.18%)
Mutual labels:  osgi
Ignite
Apache Ignite
Stars: ✭ 4,027 (+668.51%)
Mutual labels:  osgi
Bndtools
ARCHIVED: The contents of this repo have been merged into the `bnd` repo.
Stars: ✭ 197 (-62.4%)
Mutual labels:  osgi
clerezza
Mirror of Apache Clerezza
Stars: ✭ 36 (-93.13%)
Mutual labels:  osgi
Ctk
A set of common support code for medical imaging, surgical navigation, and related purposes.
Stars: ✭ 498 (-4.96%)
Mutual labels:  osgi
Bnd
Bnd/Bndtools. Tooling to build OSGi bundles including Eclipse, Maven, and Gradle plugins.
Stars: ✭ 446 (-14.89%)
Mutual labels:  osgi
knopflerfish.org
Knopflerfish OSGi Service Platform. OSGi run-time container and SDK source code repo
Stars: ✭ 28 (-94.66%)
Mutual labels:  osgi

Apache Karaf

Apache Karaf is a modulith runtime, supporting several frameworks and programming model (REST/API, web, spring boot, ...). It provides turnkey features that you can directly leverage without effort, packaged as mutable or immutable application.

Overview

  • Hot deployment: Karaf supports hot deployment of applications (in the deploy directory).
  • Dynamic configuration: Karaf uses a central location (etc directory) for configuration (in different format, properties, json) and can be plug on existing configuration backend.
  • Logging System: using a centralized logging back end supported by Log4J, Karaf supports a number of different APIs (JDK 1.4, JCL, SLF4J, Avalon, Tomcat, ...)
  • 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. It interacts with the resolver to automatically install the required components.
  • Extensible Shell console: Karaf 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 & ACL framework based on JAAS providing complete RBAC solution.
  • Managing instances: Karaf provides simple commands for managing instances of Karaf. You can easily create, delete, start and stop instances of Karaf through the console.
  • Enterprise features: Karaf provides a bunch of enterprise features that you can use in your applications (JDBC, JPA, JTA, JMS, ...).
  • HTTP Service: Karaf provides a full features web container, allowing you to deploy your web applications.
  • REST & Services: Karaf supports different service frameworks as Apache CXF allowing you to easily implements your services.
  • Karaf Extensions: Karaf project is a complete ecosystem. The runtime can be extended by other Karaf subprojects such as Karaf Decanter, Karaf Cellar, Karaf Cave, ...
  • Third Party Extensions: Karaf is a supported runtime for a lot of other projects as Apache Camel, and much more.

Getting Started

For an Apache Karaf source distribution, please read BUILDING.md for instructions on building Apache Karaf.

For an Apache Karaf binary distribution, please read RELEASE-NOTES.md for installation instructions and list of supported and unsupported features.

The PDF manual is the right place to find any information about Karaf.

The examples provide a bunch of turnkey minimal applications that you can deploy in Apache Karaf and extend/template as you want.

[NOTE]

Windows users should use 7zip or other unzip tool to support files longer than 255 characters.

Contact Us

To get involved in Apache Karaf:

We also have a contributor's guide.

More Information

Many thanks for using Apache Karaf.

The Apache Karaf Team

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].