blob: d19957c0bf1e65c7bd643147db4bbdbf39447b44 [file] [log] [blame]
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="images/favicon.ico">
<title>Apache Karaf - Enterprise runtime everywhere</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Fontawesome CSS CDN -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="css/karaf.css" rel="stylesheet">
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="images/karaf-logo-new.png"/></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
<div>
<ul class="navbar-nav mr-auto align-items-center text-uppercase">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="get-started.html">Get started</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="download.html">Download</a>
</li>
<li class="nav-item">
<a class="nav-link" href="documentation.html">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="community.html">Community</a>
</li>
<li class="nav-item">
<a class="nav-link" href="stories.html">Stories</span></a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="https://www.apache.org"><img src="images/apache-feather-tm-new.png"/></a>
</li>
</ul>
<div>
</div>
</div>
</nav>
</header>
<main role="main">
<div class="container-fluid product pt-5 pb-5 mx-auto">
<div class="row pt-5 pb-5">
<div class="col pt-5 pb-5 mx-auto text-center">
<h1 class="display-4 text-uppercase">Enterprise runtime everywhere</h1>
<p class="lead">Karaf provides polymorphic applications runtime for the enterprise, running on premise or on cloud.<br>
Focus on your business code and applications, Apache Karaf deals with the rest</p>
</div>
</div>
</div>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container">
<div class="carousel-caption">
<p><strong>Karaf Decanter 2.3.0 has been released! (6/4/20)</strong> - This is the first minor release for Apache Decanter 2.3.x, containing bug fixes and improvements. (<a href="news.html">Details</a>)</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
<p><strong>Apache Karaf European Meetup on April 30th 2020</strong> - The first Apache Karaf European Meetup will be on April 30th 2020, online, free to join (<a href="news.html">Details</a>)</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
<p><strong>Karaf Runtime 4.2.8 has been released! (23/1/20)</strong> - This is an update patch for Apache Karaf 4.2.x, containing bug fixes and improvements. (<a href="news.html">Details</a>)</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
<p><strong>Karaf Cave 4.2.1 has been released! (29/11/19)</strong> - This is update patch for Apache Cave 4.2.x, containing bug fixes and improvements. (<a href="news.html">Details</a>)</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
<p><strong>Karaf Cave 4.2.0 has been released! (28/10/19)</strong> - This is the first minor release for Apache Cave 4.2.x, containing bug fixes and improvements. (<a href="news.html">Details</a>)</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption">
<p><strong>Karaf Karaf 4.2.7 has been released! (29/09/19)</strong> - This is an update patch for Apache Karaf 4.2.x, containing bug fixes and improvements. (<a href="news.html">Details</a>)</p>
</div>
</div>
</div>
</div>
</div>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<h1><i class="fas fa-cogs"></i></h1>
<h3>Modern Runtime</h3>
<p>Karaf can run as a standalone runtime, supporting a wide range of applications and technologies.</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<h1><i class="fas fa-cubes"></i></h1>
<h3>Enterprise Ready</h3>
<p>Karaf provides enterprise ready features: shell console, remote access, hot deployment, dynamic configuration and many more. Karaf projects provide additional features like clustering, complete monitoring and alerting, application repository.</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<h1><i class="fas fa-cloud"></i></h1>
<h3>On cloud or on premise</h3>
<p>Run anywhere (on any machine with Java, cloud, docker images) using Karaf powered distributions.</p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Power your applications with <span class="text-muted">Karaf Runtime</span></h2>
<p class="lead">Karaf is a lightweight, powerful, and enterprise ready applications runtime. It provides all the ecosystem and bootstrapping options you need for your applications. It runs on premise or on cloud.
By polymorphic, it means that Karaf can host any kind of applications: WAR, OSGi, Spring, and much more.</p>
<p>Last version <strong>4.2.8</strong> - (14/1/20)</p>
<p><a class="btn btn-primary" href="projects.html" role="button">Learn more &raquo;</a></p>
</div>
<div class="col-md-5">
<div class="bg-dark p-2 mb-2 mt-2 text-white text-center">
Enterprise Features
</div>
<div class="bg-dark p-2 mb-2 mt-2 text-white text-center">
WebContainer (Pax Web)
</div>
<div class="row p-2 mb-2 mt-2">
<div class="col bg-secondary text-white p-2 ml-2 mr-2 text-center">
Instance
</div>
<div class="col bg-secondary text-white p-2 ml-2 mr-2 text-center">
JMX
</div>
<div class="col bg-secondary text-white p-2 ml-2 mr-2 text-center">
ConfigAdmin
</div>
<div class="col bg-secondary text-white p-2 ml-2 mr-2 text-center">
Security
</div>
</div>
<div class="row pb-2 pl-2 pr-2 mb-2 mt-2 ">
<div class="col bg-secondary text-white p-2 ml-2 mr-2 text-center">
Shell / SSH
</div>
<div class="col bg-secondary text-white p-2 ml-2 mr-2 text-center">
Logging
</div>
<div class="col bg-secondary text-white p-2 ml-2 mr-2 text-center">
Deployers
</div>
<div class="col bg-secondary text-white p-2 ml-2 mr-2 text-center">
Provisioning
</div>
</div>
<div class="border p-2 mb-2 mt-2 text-center">
Programming Model (Spring / BluePrint / DeclarativeService)
</div>
<div class="border p-2 mb-2 mt-2 text-center">
OSGi Framework (Apache Felix / Eclipse Equinox)
</div>
<div class="bg-primary p-2 mb-2 mt-2 text-white text-center">
JVM
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Manage bunch of clustered instances with <span class="text-muted">Karaf Cellar.</span></h2>
<p class="lead">You have bunch of Karaf Runtime instances running ? You want to manage those instances as one, spreading the configuration, deployment, etc ? Karaf Cellar is for you. Karaf Cellar is a clustering solution for Karaf. It allows you to manage multiple instances, with synchronization between the instances.</p>
<p>Last version <strong>4.1.3</strong> - (25/02/19)</p>
<p><a class="btn btn-primary" href="projects.html" role="button">Learn more &raquo;</a></p>
</div>
<div class="col-md-5 order-md-1">
<div class="bg-dark p-4 mb-2 mt-2 text-white text-center">
Discovery
</div>
<div class="bg-secondary p-4 mb-2 mt-2 text-white text-center">
Cluster groups
</div>
<div class="bg-secondary p-4 mb-2 mt-2 text-white text-center">
Sync and distribute resources
</div>
<div class="bg-primary p-4 mb-2 mt-2 text-white text-center">
DOSGi
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Manage your artifacts repositories with <span class="text-muted">Karaf Cave.</span></h2>
<p class="lead">Karaf Cave is an implementation of OSGi Repository specification. It can be used by the Karaf Features Resolver to provide resources, dealing with the requirements and capabilities of artifacts.</p>
<p>Last version <strong>4.2.1</strong> - (29/11/19)</p>
<p><a class="btn btn-primary" href="projects.html" role="button">Learn more &raquo;</a></p>
</div>
<div class="col-md-5 order-md-1">
<div class="bg-dark p-4 mb-2 mt-2 text-white text-center">
Repository metadata
</div>
<div class="bg-secondary p-4 mb-2 mt-2 text-white text-center">
Repository proxy and populate
</div>
<div class="bg-secondary p-4 mb-2 mt-2 text-white text-center">
Maven support
</div>
<div class="bg-primary p-4 mb-2 mt-2 text-white text-center">
Storage
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Monitoring, alerting, and BAM with <span class="text-muted">Karaf Decanter.</span></h2>
<p class="lead">You need a monitoring solution for Karaf and related ? You need a BAM (Business Activity Monitoring) platform for your application ? Karaf Decanter can be very convenient for you ! Decanter provides ready to use monitoring solution. It's also completely extensible and customizable.</p>
<p>Last version <strong>2.3.0</strong> - (6/4/20)</p>
<p><a class="btn btn-primary" href="projects.html" role="button">Learn more &raquo;</a></p>
</div>
<div class="col-md-5 order-md-1">
<div class="bg-dark p-4 mb-2 mt-2 text-white text-center">
Collectors
</div>
<div class="bg-secondary p-4 mb-2 mt-2 text-white text-center">
Dispatcher
</div>
<div class="bg-secondary p-4 mb-2 mt-2 text-white text-center">
SLA
</div>
<div class="bg-dark p-4 mb-2 mt-2 text-white text-center">
Appenders
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-5">
<h2 class="featurette-heading"><span class="text-muted">Apache Karaf</span> in the Enterprise.</h2>
<p class="lead">DevOps, Cloud, On Premise, Monitoring, Clustering... Apache Karaf is the perfect project for the companies that need performance and flexibility.</p>
<p class="lead">Download the latest ApacheCon slideshow to have an overview of the amazing possibilities that Apache Karaf offer to your business!</p>
<p><a class="btn btn-primary" href="resources/acna18-apache-karaf-in-the-enterprise.pdf" role="button">Download &raquo;</a></p>
</div>
<div class="col-md-7 order-md-1">
<img src="images/apache-karaf-ac-2018.png" width="600px"/>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Apache & <span class="text-muted">OpenSource.</span></h2>
<p class="lead">
Karaf is your project !
Karaf is an <a href="https://www.apache.org">Apache Software Foundation</a> project, available under the Apache v2 license.<br/>
It's a complete open community, always listening proposals and comments.<br/>
<a href="community.html">Sources</a>, <a href="community.html">mailing lists</a>, <a href="community.html">issue tracker</a>: it's fully open, you can access directly.<br/>
We also love contributions : don't hesitate to <a href="community.html">contribute</a>.
</p>
<p>
<a href="community.html">Be Involved In The Community</a> |
<a href="community.html">How To Contribute</a>
</p>
</div>
<div class="col-md-5 align-items-center">
<img class="featurette-image img-fluid mx-auto" src="images/apache.png" alt="Apache"><br><br><br>
<a href="https://www.apache.org/events/current-event.html" target="_blank">
<img class="featurette-image img-fluid mx-auto" src="https://svn.apache.org/repos/infra/apachecon/www.apachecon.com/images/landingpage/events/acna19.png" alt="ApacheCon" />
</a>
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
</div><!-- /.container -->
</main>
<!-- FOOTER -->
<footer class="container-fluid bg-dark pt-5 pb-3 text-white text-center ">
<div class="mx-auto pb-5">
<h2>Ready, efficient, and productive with Karaf in a minute !</h2>
<p class="pt-2"><a class="btn btn-primary" href="documentation.html" role="button">Read Documentation &raquo;</a></p>
</div>
<p class="float-right"><a href="#">Back to top</a></p>
<p>&copy; 2018-2020 <a href="https://www.apache.org">Apache Software Foundation</a> -
<a href="privacy.html">Privacy Policy</a> -
<a target="_blank" href="https://www.apache.org/events/current-event.html" title="Apache Events">Apache Events</a> -
<a target="_blank" href="https://www.apache.org/licenses/" title="Licenses">Licenses</a> -
<a target="_blank" href="https://www.apache.org/security/" title="Security">Security</a> -
<a target="_blank" href="https://www.apache.org/foundation/sponsorship.html" title="Sponsorship">Sponsorship</a> -
<a target="_blank" href="https://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a><br/>
Apache Karaf, Karaf, Apache, the Apache feather logo, and the Apache Karaf project logo are trademarks of The Apache Software Foundation.</p>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="assets/js/vendor/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>