Author: vanto
Date: Mon Dec 31 17:19:33 2012
New Revision: 1427186

URL: http://svn.apache.org/viewvc?rev=1427186&view=rev
Log:
fixing broken links.

Modified:
    ode/site/trunk/content/developerguide/architectural-overview.mdtext

Modified: ode/site/trunk/content/developerguide/architectural-overview.mdtext
URL: 
http://svn.apache.org/viewvc/ode/site/trunk/content/developerguide/architectural-overview.mdtext?rev=1427186&r1=1427185&r2=1427186&view=diff
==============================================================================
--- ode/site/trunk/content/developerguide/architectural-overview.mdtext 
(original)
+++ ode/site/trunk/content/developerguide/architectural-overview.mdtext Mon Dec 
31 17:19:33 2012
@@ -32,7 +32,7 @@ The ODE BPEL Engine Runtime ("runtime") 
 
 To achieve reliable execution of processes in unreliable environments, the 
runtime relies on Data Access Objects (DAOs) to provide persistence facilities. 
The implementation of these DAOs can be customized, but is typically provided 
by a transactional relational database. The DAOs are described in more detail 
in the next section.
 
-The runtime implementation of BPEL constructs at the instance level is via 
ODE's Java Concurrent Objects ([JaCOb](jacob.html)) framework. 
[JaCOb](jacob.html) provides an application-level concurrency mechanism (i.e. 
it does not rely on threads) and a transparent mechanism for interrupting 
execution and persisting execution state. [JaCOb](jacob.html) is in very large 
part a Java implementation of the Actors [[Agha](bibliography.html#agha86)] 
concurrency model and shares many features with process algebras such as 
π-calculus. Essentially, [JaCOb](jacob.html) provides a persistent virtual 
machine for executing BPEL constructs.
+The runtime implementation of BPEL constructs at the instance level is via 
ODE's Java Concurrent Objects ([JaCOb](jacob.html)) framework. 
[JaCOb](jacob.html) provides an application-level concurrency mechanism (i.e. 
it does not rely on threads) and a transparent mechanism for interrupting 
execution and persisting execution state. [JaCOb](jacob.html) is in very large 
part a Java implementation of the Actors [[Agha](/bibliography.html#agha86)] 
concurrency model and shares many features with process algebras such as 
π-calculus. Essentially, [JaCOb](jacob.html) provides a persistent virtual 
machine for executing BPEL constructs.
 
 <a name="ArchitecturalOverview-ODEDataAccessObjects"></a>
 ### ODE Data Access Objects


Reply via email to