From 04b6775a1e8018d7977d1758980392a835b5ab46 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 23 Apr 2008 23:30:29 +0000 Subject: [PATCH] portlet updates --- .../WEB-INF/config/data-access-config.xml | 35 ++++++ .../config/dispatcher-portlet-config.xml | 10 ++ .../WEB-INF/config/web-application-config.xml | 22 ++++ .../webapp/WEB-INF/config/webflow-config.xml | 34 ++++++ .../webapp/WEB-INF/config/webmvc-config.xml | 30 ++++++ .../webapp/WEB-INF/flows/booking/booking.xml | 2 +- .../src/main/webapp/WEB-INF/portlet.xml | 2 +- .../webapp/WEB-INF/web-application-config.xml | 100 ------------------ .../src/main/webapp/WEB-INF/web.xml | 2 +- 9 files changed, 134 insertions(+), 103 deletions(-) create mode 100644 spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/data-access-config.xml create mode 100644 spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/dispatcher-portlet-config.xml create mode 100644 spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/web-application-config.xml create mode 100644 spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/webflow-config.xml create mode 100644 spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/webmvc-config.xml delete mode 100644 spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/web-application-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/data-access-config.xml new file mode 100644 index 00000000..00b187c7 --- /dev/null +++ b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/data-access-config.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/dispatcher-portlet-config.xml b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/dispatcher-portlet-config.xml new file mode 100644 index 00000000..3da3506e --- /dev/null +++ b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/dispatcher-portlet-config.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/web-application-config.xml b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/web-application-config.xml new file mode 100644 index 00000000..df8021ce --- /dev/null +++ b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/web-application-config.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + \ 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 new file mode 100644 index 00000000..6274e076 --- /dev/null +++ b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/webflow-config.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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 new file mode 100644 index 00000000..0b362034 --- /dev/null +++ b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/config/webmvc-config.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/flows/booking/booking.xml b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/flows/booking/booking.xml index 1d59b081..f66ec018 100644 --- a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/flows/booking/booking.xml +++ b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/flows/booking/booking.xml @@ -7,7 +7,7 @@ - + diff --git a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/portlet.xml b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/portlet.xml index 92b7b38e..81c9d5a8 100644 --- a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/portlet.xml +++ b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/portlet.xml @@ -15,7 +15,7 @@ contextConfigLocation - /WEB-INF/web-application-config.xml + /WEB-INF/config/dispatcher-portlet-config.xml diff --git a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/web-application-config.xml b/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/web-application-config.xml deleted file mode 100644 index fa56bcc4..00000000 --- a/spring-webflow-samples/booking-portlet-mvc/src/main/webapp/WEB-INF/web-application-config.xml +++ /dev/null @@ -1,100 +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 93b0b3ff..c94c82ac 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/web-application-config.xml + /WEB-INF/config/web-application-config.xml