Rossen Stoyanchev af960b63ff Merge pull request #5 from danielfernandez/thymeleaf
* danielfernandez-thymeleaf: (22 commits)
  Upgrade to SWF 2.4 M1 and fix git rebase issues
  Modified thymeleaf-extras-* dependencies to version 2.0.0
  Expanded tabs into spaces.
  Fixed unix line feeds.
  Deleted original JSP files.
  Fixed error reporting format.
  Added static content to search.html
  Added static prototyping structures to all templates.
  Small markup fixes.
  Converted booking flow to thymeleaf.
  Added list and show pages
  Added bookingsTable.html, reconfigured JSP layout for old pages.
  Thymeleaf-ied layout and several JSP pages.
  Added dependency to thymeleaf-extras-conditionalcomments
  Created Standard Layout in thymeleaf.
  Added thymeleaf versions of "login" and "logoutSuccess"
  Added first Thymeleaf template to application (intro.html)
  Added log configuration entry for thymeleaf.
  Applied Thymeleaf configuration
  Refactored Tiles version in pom.xml
  ...
2013-02-01 16:54:04 -05:00
2013-02-01 02:23:33 -05:00
2012-05-30 15:04:25 -07:00

Spring Web Flow Samples

This is the official samples repository for the Spring Web Flow project.

Build and Run

Running 'mvn package' from this directory generates .war files for all samples.

Samples without a Portlet dependency can be run with the Tomcat Maven plugin. For example:

cd booking-mvc
mvn tomcat:run

Eclipse

Generate Eclipse settings for all samples:

mvn eclipse:clean eclipse:eclipse

Import the projects into Eclipse. The Eclipse preferences must have an M2_REPO under "Java", "Build Path", "Classpath Variables".

Contributing

Pull requests are welcome.

Description
No description provided
Readme 726 KiB
Languages
CSS 45.1%
HTML 29.6%
Java 25.3%