Files
spring-webflow/spring-webflow-samples/readme.txt
Keith Donald 7097a749c6 minor tweaks
2008-04-13 09:08:36 +00:00

27 lines
1.1 KiB
Plaintext

/*
* spring-webflow-samples
* ----------------------
* 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:
----------------------
* 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:
---------------------
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:
---------------------
1. cd to the sample root directory
2. run 'ant jar' to produce a deployable .war file within target/artifacts