Author: buildbot
Date: Fri Jul 7 11:03:35 2017
New Revision: 1015092
Log:
Staging update by buildbot for ode
Modified:
websites/staging/ode/trunk/content/ (props changed)
websites/staging/ode/trunk/content/index.html
Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul 7 11:03:35 2017
@@ -1 +1 @@
-1801142
+1801145
Modified: websites/staging/ode/trunk/content/index.html
==============================================================================
--- websites/staging/ode/trunk/content/index.html (original)
+++ websites/staging/ode/trunk/content/index.html Fri Jul 7 11:03:35 2017
@@ -107,8 +107,19 @@
<div class="row">
<div class="span12">
- <p><a name="Index-WelcometoApacheODE"></a></p>
-<h1 id="about-apache-ode">About Apache ODE</h1>
+ <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="Index-WelcometoApacheODE"></a></p>
+<h1 id="about-apache-ode">About Apache ODE<a class="headerlink"
href="#about-apache-ode" title="Permanent link">¶</a></h1>
<p>Apache ODE (Orchestration Director Engine) software executes business
processes written following the <a href="/ws-bpel-20.html">WS-BPEL</a>
standard. It talks to web services, sending and receiving messages, handling
data manipulation and error recovery as described by your process definition.
It supports both long and short living process executions to orchestrate all
the services that are part of your application.</p>
<p>WS-BPEL (Business Process Execution Language) is an XML-based language
defining several constructs to write business processes. It defines a set of
basic control structures like conditions or loops as well as elements to invoke
web services and receive messages from services. It relies on WSDL to express
web services interfaces. Message structures can be manipulated, assigning parts
or the whole of them to variables that can in turn be used to send other
messages. More about the specification can be found on our <a
href="/ws-bpel-20.html">BPEL page</a>.</p>
<div class="row">
@@ -128,6 +139,7 @@
<div class="span6">
<h2>News</h2>
<ul>
+ <li>ODE 1.3.7 is out. It includes about 48 bug fixes and improvements.
<a href="getting-ode.html">Check it out!</a>. (2017-07-07)</li>
<li>ODE 1.3.6 is out. It includes about 42 bug fixes and improvements.
<a href="getting-ode.html">Check it out!</a>. (2013-10-12)</li>
<li>ODE has a new Apache CMS powered website (2012-12-31)</li>
<li>ODE 1.3.5 is out. It includes about 30 bug fixes and performance
improvements. <a href="getting-ode.html">Check it out!</a>. (2011-02-06)</li>