action examples

This commit is contained in:
Keith Donald
2008-07-28 20:40:03 +00:00
parent 1595a09f9f
commit ec18824716
4 changed files with 25 additions and 35 deletions

View File

@@ -60,7 +60,7 @@
<sect1 id="jars">
<title>How to obtain Web Flow artifacts from the SpringSource Bundle Repository</title>
<para>
Each jar in the Web Flow distribution is available in the <ulink url="http://www.springsource.com/repository/">SpringSource Enterprise Bundle Repository</ulink> for use in an OSGi environment.
Each jar in the Web Flow distribution is available in the <ulink url="http://www.springsource.com/repository/">SpringSource Enterprise Bundle Repository</ulink>.
These jars may be accessed using Maven or Ivy dependency managers.
</para>
<sect2 id="jars-maven">
@@ -88,19 +88,19 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.binding</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -111,7 +111,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.faces</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -141,11 +141,11 @@
</para>
<programlisting language="xml"><![CDATA[
<dependency org="org.springframework.webflow" name="org.springframework.binding"
rev="2.0.2.RELEASE" conf="compile->runtime" />
rev="2.0.3.RELEASE" conf="compile->runtime" />
<dependency org="org.springframework.webflow" name="org.springframework.js"
rev="2.0.2.RELEASE" conf="compile->runtime" />
rev="2.0.3.RELEASE" conf="compile->runtime" />
<dependency org="org.springframework.webflow" name="org.springframework.webflow"
rev="2.0.2.RELEASE" conf="compile->runtime" />
rev="2.0.3.RELEASE" conf="compile->runtime" />
]]>
</programlisting>
<para>
@@ -153,7 +153,7 @@
</para>
<programlisting language="xml"><![CDATA[
<dependency org="org.springframework.webflow" name="org.springframework.faces"
rev="2.0.2.RELEASE" conf="compile->runtime" />
rev="2.0.3.RELEASE" conf="compile->runtime" />
]]>
</programlisting>
</sect2>
@@ -162,8 +162,6 @@
<title>How to obtain Web Flow artifacts from Maven Central</title>
<para>
Each jar in the Web Flow distribution is also available in the <ulink url="http://repo1.maven.org/maven2/">Maven Central Repository</ulink>.
The large majority of artifacts retrieved from this repository are not OSGi bundles.
If you wish to run your Web Flows in an OSGi environment, you are encouraged to use the <link linkend="jars">SpringSource Bundle Repository</link>.
</para>
<para>
To access Web Flow jars from Maven Central, declare the following dependencies in your pom:
@@ -172,19 +170,19 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.binding</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -195,7 +193,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.faces</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.RELEASE</version>
</dependency>
]]>
</programlisting>