Return-Path: Delivered-To: apmail-openwebbeans-commits-archive@www.apache.org Received: (qmail 84432 invoked from network); 7 Mar 2010 00:57:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Mar 2010 00:57:18 -0000 Received: (qmail 1416 invoked by uid 500); 7 Mar 2010 00:56:59 -0000 Delivered-To: apmail-openwebbeans-commits-archive@openwebbeans.apache.org Received: (qmail 1393 invoked by uid 500); 7 Mar 2010 00:56:59 -0000 Mailing-List: contact commits-help@openwebbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwebbeans.apache.org Delivered-To: mailing list commits@openwebbeans.apache.org Received: (qmail 1385 invoked by uid 99); 7 Mar 2010 00:56:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Mar 2010 00:56:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Mar 2010 00:56:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8065E2388906; Sun, 7 Mar 2010 00:56:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r919900 - /openwebbeans/trunk/readme/README_M4.txt Date: Sun, 07 Mar 2010 00:56:38 -0000 To: commits@openwebbeans.apache.org From: gerdogdu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100307005638.8065E2388906@eris.apache.org> 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.)