From c8e2a8994dd45d5ce83b9c4aaf803e5efb61dbb7 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 12 Apr 2007 20:10:47 +0000 Subject: [PATCH] not needed anymore --- .../sellitem-jsf/src/main/webapp/intro.jsp | 36 ------------------- 1 file changed, 36 deletions(-) delete mode 100644 spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp diff --git a/spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp b/spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp deleted file mode 100644 index ea845929..00000000 --- a/spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp +++ /dev/null @@ -1,36 +0,0 @@ -<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> -<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> - - - - - -
Sell Item JSF - A Spring Web Flow Sample
-
-
-

- Sell Item (launch with a regular anchor tag) -

-

- This Spring Web Flow sample application is the JSF-based version of the familiar "Sell item" sample. - It illustrates the following concepts: -

-
    -
  • Using Spring Web Flow with JSF
  • -
  • Implementing a wizard using web flows.
  • -
  • Use of conversation scope.
  • -
  • Using expressions to apply dynamic flow navigation rules
  • -
  • Using continuations to make the flow completely stable, no matter how browser navigation buttons are used.
  • -
  • "Always redirect on pause" to benefit from the POST+REDIRECT+GET pattern with no special coding.
  • -
  • - Using "conversation invalidation after completion" to prevent duplicate submits of the same sale - while taking advantage of continuations to allow back button usage while the application transaction is in process. -
  • -
-
-
-
-
- - - \ No newline at end of file