+
\ No newline at end of file
diff --git a/webflow-showcase/src/main/webapp/WEB-INF/flows/embedded-flow/views.xml b/webflow-showcase/src/main/webapp/WEB-INF/flows/embedded-flow/views.xml
new file mode 100644
index 0000000..09bc17b
--- /dev/null
+++ b/webflow-showcase/src/main/webapp/WEB-INF/flows/embedded-flow/views.xml
@@ -0,0 +1,12 @@
+
+
+
+
diff --git a/webflow-showcase/src/main/webapp/WEB-INF/flows/embeddedFlowContainer.jsp b/webflow-showcase/src/main/webapp/WEB-INF/flows/embeddedFlowContainer.jsp
new file mode 100644
index 0000000..3192942
--- /dev/null
+++ b/webflow-showcase/src/main/webapp/WEB-INF/flows/embeddedFlowContainer.jsp
@@ -0,0 +1,27 @@
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+
+
Embedded Flow Container Page
+
">Home
+
+
+
Some text to the left
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
+ labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
+ nisi ut aliquip.
+
+
+
+
Some text to the right
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
+ labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
+ nisi ut aliquip.
+
+
\ No newline at end of file
diff --git a/webflow-showcase/src/main/webapp/WEB-INF/flows/embeddedFlowInModalDialogContainer.jsp b/webflow-showcase/src/main/webapp/WEB-INF/flows/embeddedFlowInModalDialogContainer.jsp
new file mode 100644
index 0000000..5a5e157
--- /dev/null
+++ b/webflow-showcase/src/main/webapp/WEB-INF/flows/embeddedFlowInModalDialogContainer.jsp
@@ -0,0 +1,20 @@
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+
\ No newline at end of file
diff --git a/webflow-showcase/src/main/webapp/WEB-INF/flows/views.xml b/webflow-showcase/src/main/webapp/WEB-INF/flows/views.xml
new file mode 100644
index 0000000..ac59b60
--- /dev/null
+++ b/webflow-showcase/src/main/webapp/WEB-INF/flows/views.xml
@@ -0,0 +1,13 @@
+
+
+
+
diff --git a/webflow-showcase/src/main/webapp/WEB-INF/layouts/standard.jsp b/webflow-showcase/src/main/webapp/WEB-INF/layouts/standard.jsp
new file mode 100644
index 0000000..4601210
--- /dev/null
+++ b/webflow-showcase/src/main/webapp/WEB-INF/layouts/standard.jsp
@@ -0,0 +1,31 @@
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %>
+<%@ taglib prefix="security" uri="http://www.springframework.org/security/tags" %>
+<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
+
+
+
+
+
+
Spring Web Flow Showcase
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/webflow-showcase/src/main/webapp/WEB-INF/layouts/views.xml b/webflow-showcase/src/main/webapp/WEB-INF/layouts/views.xml
new file mode 100644
index 0000000..0f94b92
--- /dev/null
+++ b/webflow-showcase/src/main/webapp/WEB-INF/layouts/views.xml
@@ -0,0 +1,10 @@
+
+
+
+
diff --git a/webflow-showcase/src/main/webapp/WEB-INF/spring/appServlet/controllers.xml b/webflow-showcase/src/main/webapp/WEB-INF/spring/appServlet/controllers.xml
new file mode 100644
index 0000000..fdc3998
--- /dev/null
+++ b/webflow-showcase/src/main/webapp/WEB-INF/spring/appServlet/controllers.xml
@@ -0,0 +1,17 @@
+
+
\ No newline at end of file
diff --git a/webflow-showcase/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml b/webflow-showcase/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml
new file mode 100644
index 0000000..5e8eaa9
--- /dev/null
+++ b/webflow-showcase/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml
@@ -0,0 +1,54 @@
+
+
\ No newline at end of file
diff --git a/webflow-showcase/src/main/webapp/WEB-INF/spring/appServlet/webflow.xml b/webflow-showcase/src/main/webapp/WEB-INF/spring/appServlet/webflow.xml
new file mode 100644
index 0000000..ac8d281
--- /dev/null
+++ b/webflow-showcase/src/main/webapp/WEB-INF/spring/appServlet/webflow.xml
@@ -0,0 +1,39 @@
+
+
diff --git a/webflow-showcase/src/main/webapp/WEB-INF/spring/root-context.xml b/webflow-showcase/src/main/webapp/WEB-INF/spring/root-context.xml
new file mode 100644
index 0000000..2b91616
--- /dev/null
+++ b/webflow-showcase/src/main/webapp/WEB-INF/spring/root-context.xml
@@ -0,0 +1,9 @@
+
+
diff --git a/webflow-showcase/src/main/webapp/WEB-INF/spring/security-config.xml b/webflow-showcase/src/main/webapp/WEB-INF/spring/security-config.xml
new file mode 100644
index 0000000..343f1c1
--- /dev/null
+++ b/webflow-showcase/src/main/webapp/WEB-INF/spring/security-config.xml
@@ -0,0 +1,35 @@
+
+
\ No newline at end of file
diff --git a/webflow-showcase/src/main/webapp/WEB-INF/views/home.jsp b/webflow-showcase/src/main/webapp/WEB-INF/views/home.jsp
new file mode 100644
index 0000000..1f2039e
--- /dev/null
+++ b/webflow-showcase/src/main/webapp/WEB-INF/views/home.jsp
@@ -0,0 +1,15 @@
+
\ No newline at end of file
diff --git a/webflow-showcase/src/main/webapp/WEB-INF/views/views.xml b/webflow-showcase/src/main/webapp/WEB-INF/views/views.xml
new file mode 100644
index 0000000..0e285d1
--- /dev/null
+++ b/webflow-showcase/src/main/webapp/WEB-INF/views/views.xml
@@ -0,0 +1,12 @@
+
+
+
+
diff --git a/webflow-showcase/src/main/webapp/WEB-INF/web.xml b/webflow-showcase/src/main/webapp/WEB-INF/web.xml
new file mode 100755
index 0000000..60a80ec
--- /dev/null
+++ b/webflow-showcase/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,59 @@
+
+
\ No newline at end of file
diff --git a/webflow-showcase/src/main/webapp/styles/blueprint/icons/cross.png b/webflow-showcase/src/main/webapp/styles/blueprint/icons/cross.png
new file mode 100755
index 0000000..1514d51
Binary files /dev/null and b/webflow-showcase/src/main/webapp/styles/blueprint/icons/cross.png differ
diff --git a/webflow-showcase/src/main/webapp/styles/blueprint/icons/key.png b/webflow-showcase/src/main/webapp/styles/blueprint/icons/key.png
new file mode 100755
index 0000000..a9d5e4f
Binary files /dev/null and b/webflow-showcase/src/main/webapp/styles/blueprint/icons/key.png differ
diff --git a/webflow-showcase/src/main/webapp/styles/blueprint/icons/tick.png b/webflow-showcase/src/main/webapp/styles/blueprint/icons/tick.png
new file mode 100755
index 0000000..a9925a0
Binary files /dev/null and b/webflow-showcase/src/main/webapp/styles/blueprint/icons/tick.png differ
diff --git a/webflow-showcase/src/main/webapp/styles/blueprint/ie.css b/webflow-showcase/src/main/webapp/styles/blueprint/ie.css
new file mode 100755
index 0000000..bbc1e5c
--- /dev/null
+++ b/webflow-showcase/src/main/webapp/styles/blueprint/ie.css
@@ -0,0 +1,36 @@
+/* -----------------------------------------------------------------------
+
+
+ Blueprint CSS Framework 0.9
+ http://blueprintcss.org
+
+ * Copyright (c) 2007-Present. See LICENSE for more info.
+ * See README for instructions on how to use Blueprint.
+ * For credits and origins, see AUTHORS.
+ * This is a compressed file. See the sources in the 'src' directory.
+
+----------------------------------------------------------------------- */
+
+/* ie.css */
+body {text-align:center;}
+.container {text-align:left;}
+* html .column, * html div.span-1, * html div.span-2, * html div.span-3, * html div.span-4, * html div.span-5, * html div.span-6, * html div.span-7, * html div.span-8, * html div.span-9, * html div.span-10, * html div.span-11, * html div.span-12, * html div.span-13, * html div.span-14, * html div.span-15, * html div.span-16, * html div.span-17, * html div.span-18, * html div.span-19, * html div.span-20, * html div.span-21, * html div.span-22, * html div.span-23, * html div.span-24 {display:inline;overflow-x:hidden;}
+* html legend {margin:0px -8px 16px 0;padding:0;}
+ol {margin-left:2em;}
+sup {vertical-align:text-top;}
+sub {vertical-align:text-bottom;}
+html>body p code {*white-space:normal;}
+hr {margin:-8px auto 11px;}
+img {-ms-interpolation-mode:bicubic;}
+.clearfix, .container {display:inline-block;}
+* html .clearfix, * html .container {height:1%;}
+fieldset {padding-top:0;}
+textarea {overflow:auto;}
+input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;}
+input.text:focus, input.title:focus {border-color:#666;}
+input.text, input.title, textarea, select {margin:0.5em 0;}
+input.checkbox, input.radio {position:relative;top:.25em;}
+form.inline div, form.inline p {vertical-align:middle;}
+form.inline label {position:relative;top:-0.25em;}
+form.inline input.checkbox, form.inline input.radio, form.inline input.button, form.inline button {margin:0.5em 0;}
+button, input.button {position:relative;top:0.25em;}
\ No newline at end of file
diff --git a/webflow-showcase/src/main/webapp/styles/blueprint/plugins/buttons/icons/cross.png b/webflow-showcase/src/main/webapp/styles/blueprint/plugins/buttons/icons/cross.png
new file mode 100755
index 0000000..1514d51
Binary files /dev/null and b/webflow-showcase/src/main/webapp/styles/blueprint/plugins/buttons/icons/cross.png differ
diff --git a/webflow-showcase/src/main/webapp/styles/blueprint/plugins/buttons/icons/key.png b/webflow-showcase/src/main/webapp/styles/blueprint/plugins/buttons/icons/key.png
new file mode 100755
index 0000000..a9d5e4f
Binary files /dev/null and b/webflow-showcase/src/main/webapp/styles/blueprint/plugins/buttons/icons/key.png differ
diff --git a/webflow-showcase/src/main/webapp/styles/blueprint/plugins/buttons/icons/tick.png b/webflow-showcase/src/main/webapp/styles/blueprint/plugins/buttons/icons/tick.png
new file mode 100755
index 0000000..a9925a0
Binary files /dev/null and b/webflow-showcase/src/main/webapp/styles/blueprint/plugins/buttons/icons/tick.png differ
diff --git a/webflow-showcase/src/main/webapp/styles/blueprint/plugins/buttons/readme.txt b/webflow-showcase/src/main/webapp/styles/blueprint/plugins/buttons/readme.txt
new file mode 100755
index 0000000..a8c2b57
--- /dev/null
+++ b/webflow-showcase/src/main/webapp/styles/blueprint/plugins/buttons/readme.txt
@@ -0,0 +1,32 @@
+Buttons
+
+* Gives you great looking CSS buttons, for both