CINXE.COM
Apache OpenWebBeans
<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <title>Apache OpenWebBeans</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <!-- Le styles --> <link href="/resources/css/bootstrap.css" rel="stylesheet"> <style type="text/css"> body { padding-top: 60px; padding-bottom: 40px; } .headerlink { visibility: hidden; } dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink { visibility: visible } </style> <link href="/resources/css/main.css" rel="stylesheet"> <!-- highlighting --> <link rel="stylesheet" href="/resources/css/idea.css"> </head> <body> <nav class="navbar navbar-default navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="navbar-brand" href="index.html"><img src="/resources/images/logo_dbg-small.png" height="25px" alt="owb_logo_small"/></a> </div> <div class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="/index.html">Home</a></li> <li><a href="/documentation.html">Documentation</a></li> <li><a href="/source.html">Source</a></li> <li><a href="/download.html">Download</a></li> <li><a href="/community.html">Community</a></li> <!-- <li><a href="/news.html">News</a></li> --> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#" aria-haspopup="true">Misc<span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="https://www.apache.org">Apache Home</a></li> <li><a href="/misc/contact.html">Contact</a></li> <li><a href="/misc/legal.html">Legal</a></li> <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <!-- <li class="divider"/> --> </ul> </li> </ul> <!--/.nav-collapse --> <form id="search-form" action="https://www.google.com/search" method="get" class="navbar-search pull-right"> <input value="openwebbeans.apache.org" name="sitesearch" type="hidden"/> <input class="search-query" name="q" id="query" type="search"/> </form> <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script> </div> </div> </nav> <div class="container"> <div id="OwbContent_OpenWebBeans Home Page" class="wiki-content"> <!-- Main hero unit for a primary marketing message or call to action --> <div class="jumbotron"> <div class="row"> <div class="col-md-2 col-lg-2 col-sm-2 col-xs-2"> <img alt="owb_logo" src="resources/images/logo.png"/> </div> <div class="col-md-10 col-lg-10 col-sm-10 col-xs-10"> <p> Apache OpenWebBeans delivers an implementation of the <a href="https://projects.eclipse.org/projects/ee4j.cdi/releases/4.0">Contexts and Dependency injection for Jakarta EE</a> (CDI) 4.0 Specification.<br/> OpenWebBeans is TCK compliant and the latest version works on Java SE 11 or later. </p> <p> Apache OpenWebBeans is <ul> <li>Fast - we aggressively use caches internally and deliver great performance</li> <li>Modular - OpenWebBeans Core is purely JavaSE, additional EE functionality gets added via 'Modules'</li> <li>Industry Proven - Many projects use OpenWebBeans in production.</li> <li>Community Oriented - Please visit our mailing list and we will help you moving your project forward.</li> </ul> </p> </div> <!-- <p><a class="btn btn-primary btn-large">Learn more 禄</a></p> --> </div> </div> <!-- Example row of columns --> <div class="row"> <div class="col-md-6"> <h2>Getting Started with CDI</h2> <p>OpenWebBeans is packaged as modules which get activated by simply dropping them into the classpath. The below link will take you to a step-by-step guide and get you started in no time!<p> <p><a class="btn btn-default" href="documentation.html#module-overview">View details »</a></p> </p></p></div> <div class="col-md-6"> <h2>Meecrowave Server</h2> <p>Apache Meecrowave is a Microprofile Server based on Apache OpenWebBeans, Tomcat, CXF and Johnzon In other words it contains all you need to run a JavaEE based Microservice from the command line - and all that in only 9 MB!</p> <p><a class="btn btn-default" href="meecrowave/index.html#">View details »</a></p> </div> </div> <div class="row"> <div class="col-md-12"> <hr/> <h2>Latest News</h2> </div> </div> <div class="row"> <div class="col-md-4"> <h4><a href="news.html">Apache OpenWebBeans-4.0.3 has been released</a></h4> The Apache OpenWebBeans Team is proud to announce the release of Apache OpenWebBeans-4.0.3. </div> </div> </div> <!-- /container (main block) --> <hr> <footer class="text-center"> <p> <a href="https://www.apache.org"><img class="img-responsive center-block" src="https://www.apache.org/images/asf_logo_wide.png" height="55px" alt="asf_feather"/></a> </p> <p>Copyright © 2008-2025 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p> <p>OpenWebBeans, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.</p> </footer> </div> <!-- /container --> <!-- Javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="/resources/js/jquery-2.1.4.min.js"></script> <script src="/resources/js/bootstrap.js"></script> <script type="text/javascript" src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script> <script>hljs.highlightAll();</script> </body></html>