You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2012/11/14 20:01:06 UTC

svn commit: r1409297 - /ode/site/trunk/content/index.mdtext

Author: vanto
Date: Wed Nov 14 19:01:05 2012
New Revision: 1409297

URL: http://svn.apache.org/viewvc?rev=1409297&view=rev
Log:
index page updated.

Modified:
    ode/site/trunk/content/index.mdtext

Modified: ode/site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/ode/site/trunk/content/index.mdtext?rev=1409297&r1=1409296&r2=1409297&view=diff
==============================================================================
--- ode/site/trunk/content/index.mdtext (original)
+++ ode/site/trunk/content/index.mdtext Wed Nov 14 19:01:05 2012
@@ -1,4 +1,5 @@
-Title: Index
+Title: Apache ODE<sup>&trade;</sup>
+Subtitle: The Orchestration Director Engine executes business processes written following the WS-BPEL standard.
 Notice:    Licensed to the Apache Software Foundation (ASF) under one
            or more contributor license agreements.  See the NOTICE file
            distributed with this work for additional information
@@ -17,45 +18,43 @@ Notice:    Licensed to the Apache Softwa
            under the License.
 
 <a name="Index-WelcometoApacheODE"></a>
-# Welcome to Apache ODE
+# About Apache ODE
 
-Apache ODE (Orchestration Director Engine) executes business processes written following the [WS-BPEL](ws-bpel-2.0.html) 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.
+Apache ODE (Orchestration Director Engine) executes business processes written following the [WS-BPEL](/ws-bpel-20.html) 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.
 
-WS-BPEL 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 [BPEL](ws-bpel-2.0.html) page.
+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 [BPEL page](/ws-bpel-20.html).
 
-The Apache Software Foundation is a non-profit organization, consider [sponsoring](http://www.apache.org/foundation/sponsorship.html) and check the [thanks|http://www.apache.org/foundation/thanks.html] page.
-
-<a name="Index-Features"></a>
-## Features
-
-* Side-by-side support for both the [ws-BPEL 2.0](ws-bpel-2.0.html) OASIS standard and the legacy [BPEL4WS 1.1] vendor specification.
-* Supports 2 communication layers: one based on Axis2 (Web Services http transport) and another one based on the [JBI](http://jcp.org/en/jsr/detail?id=208) standard (using [ServiceMix|http://incubator.apache.org/servicemix/]).
-* Support for the HTTP WSDL binding, allowing invocation of REST-style web services.
-* Possibility to map process variables [externally](external-variables.html) to a database table of your choice.
-* High level API to the engine that allows you to integrate the core with virtually any communication layer.
-* Hot-deployment of your processes.
-* Compiled approach to BPEL that provides detailed analysis and validation at the [command line](bpelc-command.html) or at deployment.
-* [Management interface](management-api.html) for processes, instances and messages.
-
-<a name="Index-News"></a>
-## News
-
-* ODE 1.3.5 is out. It includes about 30 bug fixes and performance improvements. [Check it out!](getting-ode.html). (2011-02-06)
-* ODE 1.3.4 released! About 100 fixes, improvements and new features. [Check it out!](getting-ode.html). (2010-06-09)
-* ODE 1.3.2 is [hot and fresh](getting-ode.html)! About 130 fixes, improvements and new features. [Check it out!|Getting ODE]. (2008-05-11)
-* Come see us at [ApacheCon US 2008](http://us.apachecon.com/c/acus2008/) in New Orleans. Register for the [training|http://us.apachecon.com/c/acus2008/sessions/87] and the [session|http://us.apachecon.com/c/acus2008/sessions/29].
-* ODE 1.2 is [finally out](getting-ode.html)! More performance, stability and useful features as ever before. (2008-07-03)
-* We've just release ODE 1.1.1, with bug fixes and a lot of small improvements. See [getting ODE](getting-ode.html). (2008-01-16)
-* We'll be at ApacheCon US in November, so [get your tickets](http://us.apachecon.com/us2007/news) and meet us there. (2007-09-21)
-* ODE 1.1 released! See our [download page](http://ode.apache.org/getting-ode.html) for more details. (2007-08-28)
-* Welcome to our new home at http://ode.apache.org! (2007-07-30)
-* ODE has graduated from the Apache Incubator as a top level project! (2007-07-18)
-* The first Apache ODE release is out! You can finally [download](getting-ode.html) full binary releases.
-* ODE has a [Logo](logo.html)! Soon to appear on our revamped website.
-* Come to meet us at ApacheCon Austin BOF (2006-10-11)
-* ODE has a new website! (2006-08-30)
-
-  
-  
-  
-  
+      <div class="row">
+        <div class="span5 offset1">
+          <h2>Features</h2>
+          <ul class="unstyled">
+            <li><i class="icon-check"></i> Side-by-side support for both the <a href="ws-bpel-2.0.html">WS-BPEL 2.0</a> OASIS standard and the legacy BPEL4WS 1.1 vendor specification.</li>
+            <li><i class="icon-check"></i> Supports 2 communication layers: one based on Axis2 (Web Services http transport) and another one based on the <a href="http://jcp.org/en/jsr/detail?id=208">JBI standard</a> (using <a href="servicemix.apache.org">ServiceMix</a>).</li>
+            <li><i class="icon-check"></i> Support for the HTTP WSDL binding, allowing invocation of REST-style web services.</li>
+            <li><i class="icon-check"></i> Possibility to map process variables <a href="external-variables.html">externally</a> to a database table of your choice.</li>
+            <li><i class="icon-check"></i> High level API to the engine that allows you to integrate the core with virtually any communication layer.</li>
+            <li><i class="icon-check"></i> Hot-deployment of your processes.</li>
+            <li><i class="icon-check"></i> Compiled approach to BPEL that provides detailed analysis and validation at the <a href="bpelc-command.html">command line</a> or at deployment.</li>
+            <li><i class="icon-check"></i> <a href="management-api.html">Management interface</a> for processes, instances and messages.</li>
+          </ul>
+        </div>
+        <div class="span5">
+          <h2>News</h2>
+          <ul>
+            <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>
+            <li>ODE 1.3.4 released! About 100 fixes, improvements and new features. <a href="getting-ode.html">Check it out!</a>. (2010-06-09)</li>
+            <li>ODE 1.3.2 is <a href="getting-ode.html">hot and fresh</a>! About 130 fixes, improvements and new features. [Check it out!|Getting ODE]. (2008-05-11)</li>
+            <li>Come see us at <a href="http://us.apachecon.com/c/acus2008/">ApacheCon US 2008</a> in New Orleans. Register for the [training|http://us.apachecon.com/c/acus2008/sessions/87] and the [session|http://us.apachecon.com/c/acus2008/sessions/29].</li>
+            <li>ODE 1.2 is <a href="getting-ode.html">finally out</a>! More performance, stability and useful features as ever before. (2008-07-03)</li>
+            <li>We've just release ODE 1.1.1, with bug fixes and a lot of small improvements. See <a href="getting-ode.html">getting ODE</a>. (2008-01-16)</li>
+            <li>We'll be at ApacheCon US in November, so <a href="http://us.apachecon.com/us2007/news">get your tickets</a> and meet us there. (2007-09-21)</li>
+            <li>ODE 1.1 released! See our <a href="http://ode.apache.org/getting-ode.html">download page</a> for more details. (2007-08-28)</li>
+            <li>Welcome to our new home at http://ode.apache.org! (2007-07-30)</li>
+            <li>ODE has graduated from the Apache Incubator as a top level project! (2007-07-18)</li>
+            <li>The first Apache ODE release is out! You can finally <a href="getting-ode.html">download</a> full binary releases.</li>
+            <li>ODE has a <a href="logo.html">Logo</a>! Soon to appear on our revamped website.</li>
+            <li>Come to meet us at ApacheCon Austin BOF (2006-10-11)</li>
+            <li>ODE has a new website! (2006-08-30)</li>
+          </ul>
+       </div>
+      </div>