Manual

D Installing Spring Web Flow
To use Spring Web Flow for your application development, install the Spring Web Flow
distribution on your NonStop system. Installing the Spring Web Flow libraries on a NonStop
system requires the following actions:
Downloading Spring Web Flow Distribution on Windows
Copying Spring Web Flow Runtime Libraries from Windows to NonStop
Downloading Spring Web Flow Distribution on Windows
To download the Spring Web Flow distribution on your Windows system, complete the following
steps:
1. Go to http://www.springsource.com/download?project=Spring%20Web%20Flow
The Spring Community Downloads web page appears.
2. Do one of the following:
1. Register yourself.
2. Click No thanks, take me to the download.
The Spring Web Flow distributions available for download are displayed.
3. Download the spring-webflow-2.0.7.RELEASE-with-dependencies.zip file.
4. Extract the spring-webflow-2.0.7.RELEASE-with-dependencies.zip file to a
directory on your Windows system.
NOTE:
Extracting this zip file creates the spring-webflow-2.0.7.RELEASE folder on your
Windows system.
The absolute path of the spring-webflow-2.0.7.RELEASE folder on your Windows
system will be referred to as <Spring Web Flow Home>.
Copying Spring Web Flow Runtime Libraries from Windows to NonStop
To copy the Spring Web Flow runtime libraries from your Windows system to your NonStop
system, complete the following steps:
1. Go to <Spring Web Flow Home> and create JAR files of the <Spring Web Flow
Home>\dist directory on your Windows system using these commands:
command prompt> cd <Spring Web Flow Home>
command prompt> jar cvf springwebflow_dist.jar dist
For example:
command prompt> cd C:\ spring-webflow-2.0.7.RELEASE
command prompt> jar cvf springwebflow_dist.jar dist
2. Create a version-specific Spring Web Flow directory <NonStop Spring Web Flow Home>
in the OSS environment on your NonStop system using the command:
OSS> mkdir -p <NonStop Spring Web Flow Home>
For example, create a directory structure /usr/tandem/sash/spring-webflow-2.0.7:
OSS> mkdir -p /usr/tandem/sash/spring-webflow-2.0.7
3. Copy the springwebflow_dist.jar file from <Spring Web Flow Home> to <NonStop
Spring Web Flow Home> and extract it using these OSS commands:
OSS> cd <NonStop Spring web Flow Home>
OSS> jar xvf springwebflow_dist.jar
Downloading Spring Web Flow Distribution on Windows 169