Author: struberg
Date: Sun Mar 13 16:10:31 2016
New Revision: 1734823
URL: http://svn.apache.org/viewvc?rev=1734823&view=rev
Log:
smallish doc changes
Modified:
openwebbeans/cms-site/trunk/content/cdi_explained.mdtext
openwebbeans/cms-site/trunk/content/owbconfig.mdtext
Modified: openwebbeans/cms-site/trunk/content/cdi_explained.mdtext
URL:
http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/cdi_explained.mdtext?rev=1734823&r1=1734822&r2=1734823&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/cdi_explained.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/cdi_explained.mdtext Sun Mar 13
16:10:31 2016
@@ -21,8 +21,9 @@ Notice: Licensed to the Apache Softwa
## An introduction to CDI
-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
+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.
@@ -76,14 +77,14 @@ This includes EJBs, JNDI resources, Pers
as well as any object which previously would have been created by a factory
method.
- **Extensibility**: 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.
- **Interceptors**: 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.
+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.
- **Decorators**: These allow to dynamically extend existing interface
implementations with business aspects.
Modified: openwebbeans/cms-site/trunk/content/owbconfig.mdtext
URL:
http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/owbconfig.mdtext?rev=1734823&r1=1734822&r2=1734823&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/owbconfig.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/owbconfig.mdtext Sun Mar 13 16:10:31
2016
@@ -31,7 +31,7 @@ configuration.ordinal values range from
#### Since OpenWebBeans-1.5.0
-OWB-1.5.x and later do *not* need any special module or filter to enable
clustering.
+OWB-1.5.x and later does *not* need any special module or filter to enable
clustering.
All that works out of the box as we now directly utilize the Servlet Session.
#### OpenWebBeans-1.2.x
@@ -57,7 +57,7 @@ Register the FailOverFilter in your web.
-#### Before 1.2.0
+#### OpenWebBeans-1.0.x and 1.1.x
Add the following properties in your openwebbeans.properties: