Author: buildbot
Date: Wed Nov 21 12:17:16 2018
New Revision: 1037176
Log:
Staging update by buildbot for openwebbeans
Modified:
websites/staging/openwebbeans/trunk/content/ (props changed)
websites/staging/openwebbeans/trunk/content/documentation.html
Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Nov 21 12:17:16 2018
@@ -1 +1 @@
-1847090
+1847093
Modified: websites/staging/openwebbeans/trunk/content/documentation.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/documentation.html (original)
+++ websites/staging/openwebbeans/trunk/content/documentation.html Wed Nov 21
12:17:16 2018
@@ -81,6 +81,7 @@
h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
<p><a name="module-overview"></a></p>
<h1 id="getting-started">Getting Started<a class="headerlink"
href="#getting-started" title="Permanent link">¶</a></h1>
+<p>If you are completely new to CDI then you might want to take a look at the
following introductory articles</p>
<ul>
<li><a href="cdi_explained.html">How CDI works</a></li>
<li><a href="owbsetup_se.html">Adding OpenWebBeans to your JavaSE
project</a></li>
@@ -90,6 +91,11 @@ h2:hover > .headerlink, h3:hover > .head
<li><a href="owbconfig.html">OpenWebBeans configuration</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
+<p>There are several Application Containers which come with Apache
OpenWebBeans as their core CDI container</p>
+<ul>
+<li><a href="https://openwebbeans.apache.org/meecrowave/">Apache
Meecrowave</a></li>
+<li>[Apache TomEE] (https://tomee.apache.org)</li>
+</ul>
<h1 id="openwebbeans-plugin-structure">OpenWebBeans Plugin Structure<a
class="headerlink" href="#openwebbeans-plugin-structure" title="Permanent
link">¶</a></h1>
<p>OpenWebBeans consists of a core system which heavily uses SPIs (Service
Provider Interfaces)
to extend it's functionality. The core system itself is purely JavaSE based