[webbeans-commits] Webbeans SVN: r2758 - examples/trunk.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jun 4 13:06:17 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-06-04 13:06:17 -0400 (Thu, 04 Jun 2009)
New Revision: 2758

Modified:
   examples/trunk/readme.txt
Log:
WBRI-250

Modified: examples/trunk/readme.txt
===================================================================
--- examples/trunk/readme.txt	2009-06-04 15:58:03 UTC (rev 2757)
+++ examples/trunk/readme.txt	2009-06-04 17:06:17 UTC (rev 2758)
@@ -1,6 +1,15 @@
-Web Beans currently comes with two examples, webbeans-numberguess (a 
-war example) and webbeans-translator (an EJB example). Before running the 
-examples, you'll need to ensure your server supports Web Beans.
+Web Beans currently comes with a number of examples:
 
+* numberguess (a war example for JSF)
+* translator (an EJB example for JSF).
+* jsf2 (the numberguess example for JSF 2)
+* se/numberguess (the numberguess example for Java SE using Swing)
+* se/helloworld (a simple example for Java SE)
+* wicket/numberguess (the numberguess example for Wicket)
+* servlet-numberguess (the numberguess example for using on Tomcat or Jetty)
+
+Before running the examples, you'll need to ensure your
+server supports Web Beans.
+
 The examples and RI are explained in detail in the reference guide, including
 how to add Web Beans support to JBoss 5.




More information about the weld-commits mailing list