Author: dan.j.allen
Date: 2009-04-18 01:41:58 -0400 (Sat, 18 Apr 2009)
New Revision: 10443
Modified:
trunk/examples/metawidget/booking/readme.txt
trunk/examples/metawidget/dvdstore/readme.txt
trunk/examples/metawidget/groovybooking/readme.txt
Log:
emphasize at runtime
Modified: trunk/examples/metawidget/booking/readme.txt
===================================================================
--- trunk/examples/metawidget/booking/readme.txt 2009-04-18 05:34:40 UTC (rev 10442)
+++ trunk/examples/metawidget/booking/readme.txt 2009-04-18 05:41:58 UTC (rev 10443)
@@ -3,7 +3,7 @@
This example demonstrates the use of Seam in a Java EE 5 environment.
Transaction and persistence context management is handled by the EJB container.
-Forms are generated dynamically using Metawidget.
+Forms are generated dynamically at runtime using Metawidget.
The source files in this example are just the overrides needed to utilize
metawidget. Before the example is built, these overrides are merged with the
Modified: trunk/examples/metawidget/dvdstore/readme.txt
===================================================================
--- trunk/examples/metawidget/dvdstore/readme.txt 2009-04-18 05:34:40 UTC (rev 10442)
+++ trunk/examples/metawidget/dvdstore/readme.txt 2009-04-18 05:41:58 UTC (rev 10443)
@@ -2,8 +2,9 @@
=================================
This example demonstrates the use of Seam with jBPM pageflow and business
-process management. It uses metawidget to dynamically generate the forms. The
-example runs on JBoss AS as an EAR and Tomcat with Embedded JBoss as a WAR.
+process management. It uses metawidget to dynamically generate the forms at
+runtime. The example runs on JBoss AS as an EAR and Tomcat with Embedded JBoss
+as a WAR.
example.name=dvdstore
Modified: trunk/examples/metawidget/groovybooking/readme.txt
===================================================================
--- trunk/examples/metawidget/groovybooking/readme.txt 2009-04-18 05:34:40 UTC (rev
10442)
+++ trunk/examples/metawidget/groovybooking/readme.txt 2009-04-18 05:41:58 UTC (rev
10443)
@@ -2,7 +2,7 @@
=====================================
This is the Hotel Booking example implemented in Groovy Beans and Hibernate JPA
-and uses Metawidget to dynamically generate the forms.
+and uses Metawidget to dynamically generate the forms at runtime.
This application runs on JBoss AS, but is deployed as a WAR rather than an EAR.
Thus, you prefix all the typical targets (explode, restart, unexplode) with
Show replies by date