You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2010/03/07 01:56:38 UTC

svn commit: r919900 - /openwebbeans/trunk/readme/README_M4.txt

Author: gerdogdu
Date: Sun Mar  7 00:56:38 2010
New Revision: 919900

URL: http://svn.apache.org/viewvc?rev=919900&view=rev
Log:
Update docs based on Jacek Laskowski comments, thanks

Modified:
    openwebbeans/trunk/readme/README_M4.txt

Modified: openwebbeans/trunk/readme/README_M4.txt
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/readme/README_M4.txt?rev=919900&r1=919899&r2=919900&view=diff
==============================================================================
--- openwebbeans/trunk/readme/README_M4.txt (original)
+++ openwebbeans/trunk/readme/README_M4.txt Sun Mar  7 00:56:38 2010
@@ -4,24 +4,23 @@
 Welcome! Thanks for downloading and using OpenWebBeans. This document is a
 "Getting Started Guide" for OpenWebBeans.
 
-This document is based on the M4 release of the OpenWebBeans. M4 version is so 
-closer to the full implementation of the JSR-299 and it is very stable.
+This document is based on the M4 release of the OpenWebBeans.
 
 NOTE : Final release version of OpenWebBeans will be 1.0.0.
 
 --------------------------------
-What is an OpenWebBeans?
+What is Apache  OpenWebBeans?
 --------------------------------
-OpenWebBeans is an ASL-License implementation of the JSR-299, Contexts and Dependency Injection for the Java EE platform.
+OpenWebBeans is an ASL 2.0-licensed implementation of the JSR-299, Contexts and Dependency Injection for the Java EE platform.
 
-Project web page could be found at the URL : 
+Project's web page can be found at: 
 "http://openwebbeans.apache.org"
 
 --------------------------------
 OpenWebBeans M4 Release Features
 --------------------------------
 
-- M4 Release Supports the followings
+- M4 release supports the following features
 -----------------------------------
 * Managed Beans Support
 * Session Beans Support (via Embeddable OpenEJB container in Tomcat)
@@ -39,12 +38,12 @@
 * Passivation Capability of Beans
 * @Alternative support in drop of @DeploymentType
 
-- M4 Release Does not Supports the followings
+- M4 release does not supports the following features
 --------------------------------------------
 * Injection into other Java EE 6 non-contextual components
-  - Currently, you are not able to injection into Servlets, Filters etc.
+  - Currently, it is not possible to use injection into Servlets, Filters etc.
     that are not contextual beans.
-* Does not fully integrated with Geronimo 
+* Does not fully integrate with Geronimo 
  (You have to configure your application to use OWB functionality, 
   e.g configure web.xml, adding interceptor to EJBs etc.)