Author: buildbot
Date: Fri Jul 14 07:18:26 2017
New Revision: 1015452
Log:
Staging update by buildbot for ode
Modified:
websites/staging/ode/trunk/content/ (props changed)
websites/staging/ode/trunk/content/userguide/index.html
Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul 14 07:18:26 2017
@@ -1 +1 @@
-1801908
+1801909
Modified: websites/staging/ode/trunk/content/userguide/index.html
==============================================================================
--- websites/staging/ode/trunk/content/userguide/index.html (original)
+++ websites/staging/ode/trunk/content/userguide/index.html Fri Jul 14 07:18:26
2017
@@ -97,8 +97,19 @@
<div class="row">
<div class="span12">
- <p><a name="UserGuide-GettingStarted"></a></p>
-<h2 id="getting-started">Getting Started</h2>
+ <style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<p><a name="UserGuide-GettingStarted"></a></p>
+<h2 id="getting-started">Getting Started<a class="headerlink"
href="#getting-started" title="Permanent link">¶</a></h2>
<p>First of all, getting familiar with the <a
href="../ws-bpel-20.html">WS-BPEL 2.0</a> standard is a very good idea. To use
ODE, you will need to write processes using the BPEL language. There are
several examples in our <a href="../getting-ode.html">distributions</a> that
you can use to get started, but a decent understanding of the spec is
assumed.</p>
<p>Then, you can optionally check out <a href="../ode-schema.html">ODE
Schema</a> page in order to install schema for your database. Please note that
schemas from distribution sometimes contain errors, because of poor quality of
ORM schema generators.</p>
<p>ODE can be deployed in three different environments:</p>
@@ -108,15 +119,13 @@
<li>SMX4 OSGi bundle</li>
</ul>
<p><a name="UserGuide-Installation"></a></p>
-<h2 id="installation">Installation</h2>
+<h2 id="installation">Installation<a class="headerlink" href="#installation"
title="Permanent link">¶</a></h2>
<ol>
<li><a href="/war-deployment.html">WAR Deployment</a></li>
-<li><a href="/jbi-deployment.html">JBI Deployment</a></li>
-<li><a href="/smx4-osgi-deployment.html">SMX4 OSGi Deployment</a></li>
<li><a href="/upgrading-ode.html">Upgrading ODE</a></li>
</ol>
<p><a name="UserGuide-UsingOde"></a></p>
-<h2 id="using-ode">Using ODE</h2>
+<h2 id="using-ode">Using ODE<a class="headerlink" href="#using-ode"
title="Permanent link">¶</a></h2>
<ol>
<li><a href="/creating-a-process.html">Creating a Process</a></li>
<li><a href="/process-versioning.html">Process Versioning</a></li>
@@ -136,7 +145,7 @@
<li><a href="/developerguide/atomic-scopes-extension-for-bpel.html">Atomic
Scopes Extension for BPEL</a></li>
</ol>
<p><a name="UserGuide-HowTo"></a></p>
-<h2 id="how-to">How To</h2>
+<h2 id="how-to">How To<a class="headerlink" href="#how-to" title="Permanent
link">¶</a></h2>
<ol>
<li><a href="/ode-jbi-and-axis2-properties-overview.html">ODE JBI and Axis2
properties overview</a></li>
<li><a href="/controlling-odes-memory-footprint.html">Controlling ODE's Memory
Footprint</a></li>
@@ -146,6 +155,12 @@
<li><a href="/writing-bpel-test-cases.html">Writing BPEL Test Cases</a></li>
<li><a href="/ws-security-in-ode.html">WS-Security in ODE</a></li>
<li><a href="/use-assign-to-build-messages.html">Use Assign to build
messages</a></li>
+</ol>
+<p><a name="UserGuide-EOL"></a></p>
+<h2 id="end-of-life">End of Life<a class="headerlink" href="#end-of-life"
title="Permanent link">¶</a></h2>
+<ol>
+<li><a href="/jbi-deployment.html">JBI Deployment</a> (EOL from ODE 1.3.7)</li>
+<li><a href="/smx4-osgi-deployment.html">SMX4 OSGi Deployment</a> (EOL from
ODE 1.3.7)</li>
</ol>
</div>
</div>