Skip to content

DanielMichalski/spring-webflow-jsf-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Web Flow JSF Integration

Build Status License: MIT

This project aims to present how to connect JSF and Spring WebFlow.

Libraries

  • JSF
  • Spring

Requirements

How to run application

On Windows

## Build application from base directory using Maven Wrapper
mvnw.cmd clean install

## Run tomcat7 server and deploy the application
mvnw.cmd tomcat7:run-war

## Application should be accessible at
http://localhost:8081/spring-webflow-jsf-integration

On MacOS/ Linux

## Build application from base directory using Maven Wrapper
./mvnw clean install

## Run tomcat7 server and deploy the application
./mvnw tomcat7:run-war

## Application should be accessible at
http://localhost:8081/spring-webflow-jsf-integration