From 3d031069d37c68d6d95effcd5c3b80c04313a2e8 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 24 Apr 2008 15:43:29 +0000 Subject: [PATCH] polish --- ...cess-config.xml => application-config.xml} | 9 +++ .../config/hotelbooking-portlet-config.xml | 57 +++++++++++++++---- .../webapp/WEB-INF/config/webflow-config.xml | 34 ----------- .../webapp/WEB-INF/config/webmvc-config.xml | 30 ---------- .../src/main/webapp/WEB-INF/web.xml | 2 +- 5 files changed, 56 insertions(+), 76 deletions(-) rename spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/{data-access-config.xml => application-config.xml} (78%) delete mode 100644 spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/webflow-config.xml delete mode 100644 spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/webmvc-config.xml diff --git a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/data-access-config.xml b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/application-config.xml similarity index 78% rename from spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/data-access-config.xml rename to spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/application-config.xml index 00b187c7..295df2e2 100644 --- a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/data-access-config.xml +++ b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/application-config.xml @@ -1,13 +1,22 @@ + + + + + + diff --git a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/hotelbooking-portlet-config.xml b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/hotelbooking-portlet-config.xml index 54cb750b..d0ddb05a 100644 --- a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/hotelbooking-portlet-config.xml +++ b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/hotelbooking-portlet-config.xml @@ -1,21 +1,56 @@ + http://www.springframework.org/schema/webflow-config + http://www.springframework.org/schema/webflow-config/spring-webflow-config-2.0.xsd"> - - + + + + + + + + + + + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/webflow-config.xml b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/webflow-config.xml deleted file mode 100644 index 6274e076..00000000 --- a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/webflow-config.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/webmvc-config.xml b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/webmvc-config.xml deleted file mode 100644 index 0b362034..00000000 --- a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/webmvc-config.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/web.xml b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/web.xml index 40d44004..96b3c98b 100644 --- a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/web.xml +++ b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/web.xml @@ -11,7 +11,7 @@ contextConfigLocation - /WEB-INF/config/data-access-config.xml + /WEB-INF/config/application-config.xml