[seam-commits] Seam SVN: r11315 - branches/community/Seam_2_2/examples.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Jul 28 12:57:01 EDT 2009
Author: dan.j.allen
Date: 2009-07-28 12:57:01 -0400 (Tue, 28 Jul 2009)
New Revision: 11315
Modified:
branches/community/Seam_2_2/examples/readme.txt
Log:
add recommentation for studying the jee5/booking example first
Modified: branches/community/Seam_2_2/examples/readme.txt
===================================================================
--- branches/community/Seam_2_2/examples/readme.txt 2009-07-28 16:08:45 UTC (rev 11314)
+++ branches/community/Seam_2_2/examples/readme.txt 2009-07-28 16:57:01 UTC (rev 11315)
@@ -11,7 +11,16 @@
unless the folder name begins with seam, in which case the prefix "seam" is
omitted (i.e. seamspace -> space).
+------------------------------------------------------------------------------
+If you are just getting started with Seam, it's highly recommended that you
+study the jee5/booking example first. This example is designed to run
+unmodified on a Java EE 5-compliant application server. Of course, the real
+world is never so ideal. Therefore, you'll find modifications that you need to
+make for various application servers in the example's readme.txt file. These
+instructions can also be found in the Seam reference documentation.
+------------------------------------------------------------------------------
+
blog/ The Seam blog example, showing how to write
RESTful applications using Seam.
More information about the seam-commits
mailing list