# spring-webflow-samples **Repository Path**: forkcodes/spring-webflow-samples ## Basic Information - **Project Name**: spring-webflow-samples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: 2.3.x - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-11 - **Last Updated**: 2021-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Spring Web Flow Samples ======================= This is the official samples repository for the [Spring Web Flow](http://github.com/SpringSource/spring-webflow) 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](http://help.github.com/send-pull-requests) are welcome.