minor tweaks

This commit is contained in:
Keith Donald
2008-04-13 09:08:36 +00:00
parent de9b1bdfbe
commit 7097a749c6

View File

@@ -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