Commit Graph

37 Commits

Author SHA1 Message Date
Rossen Stoyanchev
032120088f Fix issues with exclusions and repositories in poms 2013-02-01 17:06:44 -05:00
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
Rossen Stoyanchev
2adb680e6a Upgrade to SWF 2.4 M1 and fix git rebase issues 2013-02-01 16:51:58 -05:00
Daniel Fernández
35fcc082a9 Modified thymeleaf-extras-* dependencies to version 2.0.0 2013-02-01 04:01:19 -05:00
Daniel Fernández
ef9d94c2a3 Expanded tabs into spaces. 2013-02-01 03:59:26 -05:00
Daniel Fernández
7aa70a437e Fixed unix line feeds. 2013-02-01 03:59:26 -05:00
Daniel Fernández
1bcfa72497 Deleted original JSP files. 2013-02-01 03:57:40 -05:00
Daniel Fernández
63170166fb Fixed error reporting format. 2013-02-01 03:57:09 -05:00
Daniel Fernández
f60181ad06 Added static content to search.html 2013-02-01 03:57:09 -05:00
Daniel Fernández
802a3e919a Added static prototyping structures to all templates. 2013-02-01 03:57:09 -05:00
Daniel Fernández
7ff65c47e3 Small markup fixes. 2013-02-01 03:57:09 -05:00
Daniel Fernández
880586585b Converted booking flow to thymeleaf. 2013-02-01 03:57:09 -05:00
Daniel Fernández
196ec3ce14 Added list and show pages 2013-02-01 03:57:09 -05:00
Daniel Fernández
60581276a7 Added bookingsTable.html, reconfigured JSP layout for old pages. 2013-02-01 03:57:09 -05:00
Daniel Fernández
72402f6f2d Thymeleaf-ied layout and several JSP pages. 2013-02-01 03:57:09 -05:00
Daniel Fernández
d00d53793e Added dependency to thymeleaf-extras-conditionalcomments 2013-02-01 03:56:43 -05:00
Daniel Fernández
c7500200b9 Created Standard Layout in thymeleaf. 2013-02-01 03:49:11 -05:00
Daniel Fernández
4545043fa5 Added thymeleaf versions of "login" and "logoutSuccess" 2013-02-01 03:49:11 -05:00
Daniel Fernández
0e1a2453e0 Added first Thymeleaf template to application (intro.html)
Also modified template resolver configuration to remove ".html"
suffix so that it is specified in Tiles definition names and therefore
is easy to differentiate in case when the HTML has the same name as a
definition (thus avoiding infinite recursion).
2013-02-01 03:49:11 -05:00
Daniel Fernández
d24f40ddf3 Added log configuration entry for thymeleaf. 2013-02-01 03:49:11 -05:00
Daniel Fernández
7fec97b1d5 Applied Thymeleaf configuration
* Applied Thymeleaf configuration and Template Engine creation
    to webmvc-config configuration file.
  * Made application run through Thymeleaf's own Tiles infrastructure.
2013-02-01 03:49:11 -05:00
Daniel Fernández
c836b8f792 Refactored Tiles version in pom.xml 2013-02-01 03:46:07 -05:00
Daniel Fernández
be645eb31f Refactored dependencies.
* Reformatted code. Removed unnecessary exclude clauses.
  * Upgraded Apache Tiles dependency to version 2.2.2
2013-02-01 03:44:07 -05:00
Daniel Fernández
87308d6565 Updated dependency versions:
* Spring Framework to 3.1.2
   * Spring Security to 3.1.2
Added dependencies:
   * Thymeleaf 2.0.14-SNAPSHOT
   * Thymeleaf-extras-Tiles2 1.0.0-beta3-SNAPSHOT
   * Thymeleaf-extras-SpringSecurity3 1.0.0-beta2-SNAPSHOT
2013-02-01 03:39:27 -05:00
Rossen Stoyanchev
f45bc3ac1d Upgrade to Spring Framework 3.2.1 2013-02-01 03:25:01 -05:00
Phillip Webb
f482b57108 Update demo to show saved output to flash scope
This demo shows how flow output can be mapped to MVC flash scope.  In
this case the output is a simple string message that will be displayed
to the user.

Issues: SWF-1561
2013-02-01 03:15:35 -05:00
Rossen Stoyanchev
8d5ba1bbc2 Modify booking-portlet-faces to use faces:resources
The booking-portlet-faces sample now takes advantage of the updated
faces:resources custom namespace element.
2013-02-01 03:14:00 -05:00
Phillip Webb
0f0d811231 Update Web Flow version to 2.4.0.BUILD-SNAPSHOT
Also the booking-portlet-faces sample is upgraded to JSF 2.0
2013-02-01 03:13:59 -05:00
Rossen Stoyanchev
21ff2730e1 Update pom repositories 2013-02-01 02:23:33 -05:00
Rossen Stoyanchev
9f1b760612 Add webflow-showcase project 2013-01-30 12:51:32 -05:00
Rossen Stoyanchev
5883f9530d Add primefaces-showcase 2013-01-30 12:30:06 -05:00
Rossen Stoyanchev
a61469d86b Upgrade Spring Framework and Spring Security
Spring Framework -> 3.2.0
Spring Security  -> 3.1.3
2012-12-21 16:24:03 -05:00
Rossen Stoyanchev
38203f2290 Run dos2unix on all files 2012-10-23 17:27:51 -04:00
Rossen Stoyanchev
1e478b2c2c Merge pull request #1 from philwebb/master
Fix broken maven files
2012-05-30 15:22:11 -07:00
Phillip Webb
b995626545 Fix broken maven files
- Change surefire plugin from 2.1.12 to 2.12
 - Update parent pom to remove reference to removed jsf sample
2012-05-30 15:04:25 -07:00
Rossen Stoyanchev
65fe46e524 Add samples from Web Flow distribution 2012-05-25 16:44:45 -04:00
Rossen Stoyanchev
86ae3828eb Initial commit 2012-05-25 12:33:58 -07:00