spring-projects / spring-webflow

Spring Web Flow
https://spring.io/projects/spring-webflow
322 stars 228 forks source link

Create a JSF + Spring reference application [SWF-547] #1367

Closed spring-operator closed 16 years ago

spring-operator commented 16 years ago

Keith Donald opened SWF-547 and commented

The app should illustrate traditional JSF-centric Spring integration. e.g. no MVC + web flow, plain Faces Servlet, plain JSF navigation, plain JSF scopes, just using Spring for managed beans...

The idea is this should capture how most people are using JSF + Spring today (we estimate 50% or > of those using JSF are using it with Spring, and the majority like this). The motivation is to provide a point for comparison between the traditional JSF-centric approach and the deeper Spring-centric integration approach where MVC + SWF + Faces are present...

This is needed by Thu of TSSJS week.

We probably won't include this app flavor in SWF. It should probably be provided on-line somewhere and be linked to from the team blog.


Affects: 2.0 M4

1 votes, 0 watchers

spring-operator commented 16 years ago

Keith Donald commented

The app should should be another flavor of Spring Travel - scaled down if necessary.

spring-operator commented 16 years ago

Jeremy Grelle commented

jsf-booking sample has been added to SVN. This sample faithfully reproduces the functionality of booking-faces using pure JSF with Spring only providing the application layer services.