You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bu...@apache.org on 2012/12/05 21:07:14 UTC

svn commit: r840852 - in /websites/staging/ode/trunk/content: ./ architectural-overview.html

Author: buildbot
Date: Wed Dec  5 20:07:13 2012
New Revision: 840852

Log:
Staging update by buildbot for ode

Modified:
    websites/staging/ode/trunk/content/   (props changed)
    websites/staging/ode/trunk/content/architectural-overview.html

Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec  5 20:07:13 2012
@@ -1 +1 @@
-1417613
+1417618

Modified: websites/staging/ode/trunk/content/architectural-overview.html
==============================================================================
--- websites/staging/ode/trunk/content/architectural-overview.html (original)
+++ websites/staging/ode/trunk/content/architectural-overview.html Wed Dec  5 20:07:13 2012
@@ -90,7 +90,7 @@
 <p><a name="ArchitecturalOverview-Components"></a></p>
 <h2 id="components">Components</h2>
 <p>The key components of the ODE architecture include the ODE BPEL Compiler, ODE BPEL Engine Runtime, ODE Data Access Objects (DAOs), ODE Integration Layers (ILs), and user tooling. A high-level depiction of the relationships between these components is shown in the Figure below. It can be summarized as: "The compiler converts BPEL documents into a form executable by the run-time, which executes them in a reliable fashion by relying on a persistent store accessible via the DAOs; the run-time executes in the context of an Integration Layer which connects the engine to the broader execution environment ( i.e. the "world").</p>
-<p><img alt="ODE Architecture" src="/img/ODEArchitecture.png" /></p>
+<p><img alt="ODE Architecture" src="/img/OdeArchitecture.png" /></p>
 <p><a name="ArchitecturalOverview-ODEBPELCompiler"></a></p>
 <h3 id="ode-bpel-compiler">ODE BPEL Compiler</h3>
 <p>The BPEL compiler is responsible for the conversion of the source BPEL artifacts (i.e. BPEL process documents, WSDLs, and schemas) into a compiled representation suitable for execution. The output of the compiler is either a "good" compiled representation, or a list of error messages indicating problems with the source artefacts.</p>