Author: buildbot
Date: Sun Mar 13 16:10:38 2016
New Revision: 982655
Log:
Staging update by buildbot for openwebbeans
Modified:
websites/staging/openwebbeans/trunk/content/ (props changed)
websites/staging/openwebbeans/trunk/content/cdi_explained.html
websites/staging/openwebbeans/trunk/content/owbconfig.html
Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar 13 16:10:38 2016
@@ -1 +1 @@
-1734720
+1734823
Modified: websites/staging/openwebbeans/trunk/content/cdi_explained.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/cdi_explained.html (original)
+++ websites/staging/openwebbeans/trunk/content/cdi_explained.html Sun Mar 13
16:10:38 2016
@@ -81,8 +81,9 @@
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>
<h1 id="what-can-openwebbeans-as-cdi-container-do-for-you">What can
OpenWebBeans as CDI container do for you?<a class="headerlink"
href="#what-can-openwebbeans-as-cdi-container-do-for-you" title="Permanent
link">¶</a></h1>
<h2 id="an-introduction-to-cdi">An introduction to CDI<a class="headerlink"
href="#an-introduction-to-cdi" title="Permanent link">¶</a></h2>
-<p>Contexts and Dependency Injection for Java a.k.a. CDI is a JavaEE
specification with the number JSR-299.
-Apache OpenWebBeans implements this standard. This page will give you an
introduction to features of
+<p>Contexts and Dependency Injection for Java a.k.a. CDI is a JavaEE
specification with the number
+JSR-299 (CDI-1.0), JSR-346 (CDI-1.1/1.2) and JSR-365 (CDI-2.0 currently work
in progress).
+Apache OpenWebBeans implements these standards. This page will give you an
introduction to features of
CDI in general. We will add a special hint whenever a feature is ambiguous in
the specification
and OpenWebBeans implements it in a certain way which might be different on
other CDI containers.</p>
<h2 id="what-is-cdi-at-all">What is CDI at all?<a class="headerlink"
href="#what-is-cdi-at-all" title="Permanent link">¶</a></h2>
@@ -129,15 +130,15 @@ as well as any object which previously w
</li>
<li>
<p><strong>Extensibility</strong>: Every CDI container can enhance its
functionality
-by using portable âExtensionsâ. The attribute âportableâ means that
+by using âPortable Extensionsâ. The attribute âportableâ means that
those CDI Extensions can run on every CDI container and Java EE 6 server,
no matter which vendor. This is accomplished by a well-specified
SPI (Service Provider Interface) which is part of the JSR-299
specification.</p>
</li>
<li>
<p><strong>Interceptors</strong>: It has never been easier to write your own
Interceptors.
-Because of the portable behaviour of JSR-299, they now also run on every
-EE 6-certified server and on all standalone CDI containers.</p>
+Because of the portable behaviour of CDI, they now also run on every
+EE 6 or later certified server and on all standalone CDI containers.</p>
</li>
<li>
<p><strong>Decorators</strong>: These allow to dynamically extend existing
interface
Modified: websites/staging/openwebbeans/trunk/content/owbconfig.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/owbconfig.html (original)
+++ websites/staging/openwebbeans/trunk/content/owbconfig.html Sun Mar 13
16:10:38 2016
@@ -87,7 +87,7 @@ overwrite settings from one with a lower
configuration.ordinal values range from 1 to 100.</p>
<h2 id="enable-failover-session-replication-support">Enable FailOver / Session
Replication support<a class="headerlink"
href="#enable-failover-session-replication-support" title="Permanent
link">¶</a></h2>
<h4 id="since-openwebbeans-150">Since OpenWebBeans-1.5.0<a class="headerlink"
href="#since-openwebbeans-150" title="Permanent link">¶</a></h4>
-<p>OWB-1.5.x and later do <em>not</em> need any special module or filter to
enable clustering.
+<p>OWB-1.5.x and later does <em>not</em> need any special module or filter to
enable clustering.
All that works out of the box as we now directly utilize the Servlet
Session.</p>
<h4 id="openwebbeans-12x">OpenWebBeans-1.2.x<a class="headerlink"
href="#openwebbeans-12x" title="Permanent link">¶</a></h4>
<p>Add the clustering module to your project:</p>
@@ -110,7 +110,7 @@ All that works out of the box as we now
</pre></div>
-<h4 id="before-120">Before 1.2.0<a class="headerlink" href="#before-120"
title="Permanent link">¶</a></h4>
+<h4 id="openwebbeans-10x-and-11x">OpenWebBeans-1.0.x and 1.1.x<a
class="headerlink" href="#openwebbeans-10x-and-11x" title="Permanent
link">¶</a></h4>
<p>Add the following properties in your openwebbeans.properties:</p>
<div class="codehilite"><pre><span class="n">configuration</span><span
class="p">.</span><span class="n">ordinal</span><span class="p">=</span>100
<span class="n">org</span><span class="p">.</span><span
class="n">apache</span><span class="p">.</span><span
class="n">webbeans</span><span class="p">.</span><span
class="n">web</span><span class="p">.</span><span
class="n">failover</span><span class="p">.</span><span
class="n">issupportfailover</span><span class="p">=</span><span
class="n">true</span>