From 7097a749c6c84d1bfdec4a2bac59f9e38e89cfe0 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sun, 13 Apr 2008 09:08:36 +0000 Subject: [PATCH] minor tweaks --- spring-webflow-samples/readme.txt | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/spring-webflow-samples/readme.txt b/spring-webflow-samples/readme.txt index c90cc75b..141b0647 100644 --- a/spring-webflow-samples/readme.txt +++ b/spring-webflow-samples/readme.txt @@ -1,24 +1,26 @@ /* * spring-webflow-samples - * - * booking-faces - The Spring Web Flow 2.x Hotel Booking Reference Application (Standalone Web Flow + JavaServerFaces version). - * booking-mvc - The Spring Web Flow 2.x Hotel Booking Reference Application (Embedded Web Flow + Spring MVC version). + * ---------------------- + * booking-faces: Hotel Booking Reference App (Spring MVC + Web Flow + JavaServerFaces version) + * booking-mvc: Hotel Booking Reference App (Spring MVC + Web Flow + JSP version) + * booking-portlet-mvc: Hotel Booking Reference App (Spring Portlet MVC + Web Flow + JSP version) + * booking-portlet-faces: Hotel Booking Reference App (Spring Portlet MVC + Web Flow + JavaServerFaces version) + * jsf-booking: Traditional JSF-based implementation; here to support comparison with "booking-faces" */ -Sample pre-requisites: +[*] Sample pre-requisites: ---------------------- -* JDK 1.5 or > must be installed and in your system path. - +* JDK 1.5 or > must be installed and in your system path * Ant 1.7 or > must be installed and in your system path -To build all samples: +[*] To build all samples: --------------------- 1. cd to the ../build-spring-webflow directory 2. run 'ant' to produce deployable .war files for all samples Built .war files are placed in target/artifacts within each sample directory. -To build an individual sample: +[*] To build an individual sample: --------------------- 1. cd to the sample root directory