wei20024 / springfaces

Spring JSF Integration (for Spring 3 & JSF 2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring JSF Integration (for Spring 3 & JSF 2) http://coderphil.wordpress.com/

Copyright 2009-2011 the original author or authors.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

INSTRUCTIONS

Building

Build using Maven 3.0.3 or above mvn clean install

For full integration tests mvn -Pintegrationtest clean install

Running the sample

To run the travel advisor sample application:

cd springfaces-samples/springfaces-traveladvisor mvn cargo:run http://localhost:8080/springfaces-traveladvisor/spring/advisor/cities/search

About

Spring JSF Integration (for Spring 3 & JSF 2)