Author: dan.j.allen
Date: 2009-05-01 15:00:17 -0400 (Fri, 01 May 2009)
New Revision: 10741
Modified:
modules/trunk/readme.txt
Log:
add running feature list (so we can sort out what we are providing in Seam)
formatting
Modified: modules/trunk/readme.txt
===================================================================
--- modules/trunk/readme.txt 2009-05-01 18:41:56 UTC (rev 10740)
+++ modules/trunk/readme.txt 2009-05-01 19:00:17 UTC (rev 10741)
@@ -3,10 +3,9 @@
==========================================================================
Seam is distributed under the terms of the GNU Lesser General Public License.
- => license avaialble at dist/lgpl.txt
+ -> license available at dist/lgpl.txt
-Building Seam (for developers)
-------------------------------
+= Building Seam (for developers)
These instructions assume that you are working with a local checkout of the
Seam repository (Seam 3 and above).
@@ -50,7 +49,19 @@
mvn install
cd ..
-Furthur reading
----------------
+= Feature list
-* Read the documentation and FAQ online at
http://seamframework.org
+- [module] feature (description)
+
+- [el, faces] Integration with the JBoss EL (parameterized method expressions in JSF,
etc)
+- [el] Resolve EL expressions from Java (easy API for executing the EL resolver)
+- [faces] Preserve JSF messages over a redirect (marks them to be saved in JSF 2 flash
scope)
+- [i18n] Interpolate strings (resolve inline value expressions, such as in a message
string)
+- [i18n] Status messages (register message to be displayed to user in the UI)
+- [faces] Status message to JSF message bridge (convert the status messages into JSF
messages)
+- [i18n] Access to current Locale (provides @Current Locale)
+- [i18n] Access to current TimeZone (provides @Current TimeZone)
+
+= Furthur reading
+
+- Read the documentation and FAQ online at
http://seamframework.org