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/12/31 18:14:41 UTC

svn commit: r1427183 - /ode/site/trunk/content/

Author: vanto
Date: Mon Dec 31 17:14:41 2012
New Revision: 1427183

URL: http://svn.apache.org/viewvc?rev=1427183&view=rev
Log:
PXE references fixed or removed.

Removed:
    ode/site/trunk/content/agha86.mdtext
    ode/site/trunk/content/exported-port.mdtext
    ode/site/trunk/content/imported-port.mdtext
    ode/site/trunk/content/service.mdtext
    ode/site/trunk/content/soap-11.mdtext
    ode/site/trunk/content/specifications-and-standards.mdtext
    ode/site/trunk/content/system-lifecycle.mdtext
    ode/site/trunk/content/uri.mdtext
    ode/site/trunk/content/url.mdtext
    ode/site/trunk/content/wsdl-11.mdtext
Modified:
    ode/site/trunk/content/bibliography.mdtext
    ode/site/trunk/content/bpelc-command.mdtext
    ode/site/trunk/content/faq.mdtext

Modified: ode/site/trunk/content/bibliography.mdtext
URL: http://svn.apache.org/viewvc/ode/site/trunk/content/bibliography.mdtext?rev=1427183&r1=1427182&r2=1427183&view=diff
==============================================================================
--- ode/site/trunk/content/bibliography.mdtext (original)
+++ ode/site/trunk/content/bibliography.mdtext Mon Dec 31 17:14:41 2012
@@ -1,2 +1,8 @@
 Title: Bibliography
+Category: documentation
+
+## Useful References
+
+* <a name="agha86"></a>G. Agha. Actors: _A Model of Concurrent Computation in Distributed Systems_. MIT Press, 1986. See also the [technical report](http://www.cypherpunks.to/erights/history/actors/AITR-844.pdf) on the same topic.
+
 

Modified: ode/site/trunk/content/bpelc-command.mdtext
URL: http://svn.apache.org/viewvc/ode/site/trunk/content/bpelc-command.mdtext?rev=1427183&r1=1427182&r2=1427183&view=diff
==============================================================================
--- ode/site/trunk/content/bpelc-command.mdtext (original)
+++ ode/site/trunk/content/bpelc-command.mdtext Mon Dec 31 17:14:41 2012
@@ -14,7 +14,7 @@ The `bpelc` commandline tool {excerpt}co
 <a name="bpelcCommand-Description"></a>
 ## Description
 
-The `bpelc` commandline tool compiles BPEL processes (either 1.1 or 2.0) for execution by the PXE runtime engine.  The compiler will automatically detect the version of the process and configure itself appropriately.  For comparison, the [`<bpelc>` Task](bpelc-task.html) performs the same operation, and the BPEL compiler can be used directly.
+The `bpelc` commandline tool compiles BPEL processes (either 1.1 or 2.0) for execution by the ODE runtime engine.  The compiler will automatically detect the version of the process and configure itself appropriately.  For comparison, the [`<bpelc>` Task](bpelc-task.html) performs the same operation, and the BPEL compiler can be used directly.
 
 For more information about the BPEL compiler, see [Compiler Toolchain].
 

Modified: ode/site/trunk/content/faq.mdtext
URL: http://svn.apache.org/viewvc/ode/site/trunk/content/faq.mdtext?rev=1427183&r1=1427182&r2=1427183&view=diff
==============================================================================
--- ode/site/trunk/content/faq.mdtext (original)
+++ ode/site/trunk/content/faq.mdtext Mon Dec 31 17:14:41 2012
@@ -30,7 +30,7 @@ __Q.__ _Is the entire_ _[WS-BPEL 2.0](ws
 __A.__ Most WS-BPEL 2.0 language features (and all important features) are supported. For specifics see the [WS-BPEL 2.0 Specification Compliance](ws-bpel-20-specification-compliance.html) page.
 
 __Q.__ _Does ODE use native Java language constructs to execute BPEL, e.g., multiple threads for a_ _```<bpel:flow>```_ _or a_ ```while (...) {...}``` _for a_ ```<bpel:while>```?
-__A.__ No. ODE's BPEL implementation does not map the BPEL process into Java. Instead, it relies on a transactional concurrency framework [JaCOb](/developerguide/jacob.html) similar to the theoretical concurrency model known as ACTORS [Agha86](agha86.html).
+__A.__ No. ODE's BPEL implementation does not map the BPEL process into Java. Instead, it relies on a transactional concurrency framework [JaCOb](/developerguide/jacob.html) similar to the theoretical concurrency model known as Actors [Agha86](bibliography.html#agha86).
 
 __Q.__ _Does ODE support BPEL processes developed in third-party tools?_
 __A.__ Yes. Well-formed BPEL from any source should work.