[weld-commits] Weld SVN: r4560 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 2 15:37:51 EST 2009


Author: dan.j.allen
Date: 2009-11-02 15:37:51 -0500 (Mon, 02 Nov 2009)
New Revision: 4560

Modified:
   doc/trunk/reference/en-US/intro.xml
   doc/trunk/reference/en-US/part1.xml
Log:
qualify JSF


Modified: doc/trunk/reference/en-US/intro.xml
===================================================================
--- doc/trunk/reference/en-US/intro.xml	2009-11-02 20:35:04 UTC (rev 4559)
+++ doc/trunk/reference/en-US/intro.xml	2009-11-02 20:37:51 UTC (rev 4560)
@@ -484,8 +484,8 @@
          <title>EL name</title>
 
          <para>
-            If you want to reference a bean outside of Java, such as in JSF view, you must assign the bean a
-            <emphasis>name</emphasis>. The name is used as the EL name of the bean, allowing the bean to be used
+            If you want to reference a bean outside of Java, such as in JavaServer Faces (JSF) view, you must assign the
+            bean a <emphasis>name</emphasis>. The name is used as the EL name of the bean, allowing the bean to be used
             in a Unified EL expression.
          </para>
          
@@ -643,7 +643,7 @@
             </listitem>
             <listitem>
                <para>
-                  It is not annotated with an EJB component-defining annotation or declared as an EJB bean class in
+                  It is neither annotated with an EJB component-defining annotation or declared as an EJB bean class in
                   ejb-jar.xml.
                </para>
             </listitem>

Modified: doc/trunk/reference/en-US/part1.xml
===================================================================
--- doc/trunk/reference/en-US/part1.xml	2009-11-02 20:35:04 UTC (rev 4559)
+++ doc/trunk/reference/en-US/part1.xml	2009-11-02 20:37:51 UTC (rev 4560)
@@ -54,7 +54,7 @@
   
    <itemizedlist>
       <listitem>
-         <para>all Managed Beans (JavaBeans), including JSF managed beans,</para>
+         <para>all Managed Beans (JavaBeans), including JavaServer Faces (JSF) managed beans,</para>
       </listitem>
       <listitem>
          <para>all Enterprise JavaBeans (EJBs), and</para>



More information about the weld-commits mailing list