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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 9 15:01:56 EST 2009


Author: dan.j.allen
Date: 2009-11-09 15:01:56 -0500 (Mon, 09 Nov 2009)
New Revision: 4890

Modified:
   doc/trunk/reference/en-US/gettingstarted.xml
Log:
minor


Modified: doc/trunk/reference/en-US/gettingstarted.xml
===================================================================
--- doc/trunk/reference/en-US/gettingstarted.xml	2009-11-09 19:49:22 UTC (rev 4889)
+++ doc/trunk/reference/en-US/gettingstarted.xml	2009-11-09 20:01:56 UTC (rev 4890)
@@ -215,9 +215,26 @@
          pseudo-translating.
       </para>
 
-      <para>
-         TODO Insert note about upgrading the Weld deployer that directs reader to section on the JBoss AS environment
-      </para>
+      <tip>
+         <para>
+            There are a number of other examples that use CDI and JSF together. Consult the readme.txt file in the
+            following directories for introductions about how to run these examples.
+         </para>
+
+         <itemizedlist>
+            <listitem>
+               <para>
+                  examples/jsf/login - A basic login using a session-scoped bean.
+               </para>
+            </listitem>
+            <listitem>
+               <para>
+                  examples/jsf/permalink - A basic blog that demonstrates JSF 2.0 bookmarkable URL support using view
+                  parameters and pre-render view listeners. The build and deployment is based exclusively on Maven 2.
+               </para>
+            </listitem>
+         </itemizedlist>
+      </tip>
    
    </section>
 



More information about the weld-commits mailing list