Author: buildbot
Date: Mon Dec 31 17:14:49 2012
New Revision: 844433
Log:
Staging update by buildbot for ode
Removed:
websites/staging/ode/trunk/content/agha86.html
websites/staging/ode/trunk/content/exported-port.html
websites/staging/ode/trunk/content/imported-port.html
websites/staging/ode/trunk/content/service.html
websites/staging/ode/trunk/content/soap-11.html
websites/staging/ode/trunk/content/specifications-and-standards.html
websites/staging/ode/trunk/content/system-lifecycle.html
websites/staging/ode/trunk/content/uri.html
websites/staging/ode/trunk/content/url.html
websites/staging/ode/trunk/content/wsdl-11.html
Modified:
websites/staging/ode/trunk/content/ (props changed)
websites/staging/ode/trunk/content/bibliography.html
websites/staging/ode/trunk/content/bpelc-command.html
websites/staging/ode/trunk/content/faq.html
websites/staging/ode/trunk/content/sitemap.html
Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 31 17:14:49 2012
@@ -1 +1 @@
-1427180
+1427183
Modified: websites/staging/ode/trunk/content/bibliography.html
==============================================================================
--- websites/staging/ode/trunk/content/bibliography.html (original)
+++ websites/staging/ode/trunk/content/bibliography.html Mon Dec 31 17:14:49
2012
@@ -28,7 +28,7 @@
<li class="">
<a href="/getting-ode.html">Getting ODE</a>
</li>
- <li class=" dropdown">
+ <li class="active dropdown">
<a href="/user-guide.html" class="dropdown-toggle"
data-toggle="dropdown" data-target="#">Documentation<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/userguide/">User Guide</a></li>
@@ -83,7 +83,10 @@
<div class="row">
<div class="span12">
-
+ <h2 id="useful-references">Useful References</h2>
+<ul>
+<li><a name="agha86"></a>G. Agha. Actors: <em>A Model of Concurrent
Computation in Distributed Systems</em>. MIT Press, 1986. See also the <a
href="http://www.cypherpunks.to/erights/history/actors/AITR-844.pdf">technical
report</a> on the same topic.</li>
+</ul>
</div>
</div>
Modified: websites/staging/ode/trunk/content/bpelc-command.html
==============================================================================
--- websites/staging/ode/trunk/content/bpelc-command.html (original)
+++ websites/staging/ode/trunk/content/bpelc-command.html Mon Dec 31 17:14:49
2012
@@ -93,7 +93,7 @@
<p><a name="bpelcCommand-Description"></a></p>
<h2 id="description">Description</h2>
-<p>The <code>bpelc</code> 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 <a
href="bpelc-task.html"><code><bpelc></code> Task</a> performs the same
operation, and the BPEL compiler can be used directly.</p>
+<p>The <code>bpelc</code> 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 <a
href="bpelc-task.html"><code><bpelc></code> Task</a> performs the same
operation, and the BPEL compiler can be used directly.</p>
<p>For more information about the BPEL compiler, see [Compiler Toolchain].</p>
<p><a name="bpelcCommand-Options"></a></p>
<h2 id="options">Options</h2>
Modified: websites/staging/ode/trunk/content/faq.html
==============================================================================
--- websites/staging/ode/trunk/content/faq.html (original)
+++ websites/staging/ode/trunk/content/faq.html Mon Dec 31 17:14:49 2012
@@ -101,7 +101,7 @@
<p><strong>Q.</strong> <em>Is the entire</em> <em><a
href="ws-bpel-20.html">WS-BPEL 2.0</a></em> <em>specification supported?</em>
<strong>A.</strong> Most WS-BPEL 2.0 language features (and all important
features) are supported. For specifics see the <a
href="ws-bpel-20-specification-compliance.html">WS-BPEL 2.0 Specification
Compliance</a> page.</p>
<p><strong>Q.</strong> <em>Does ODE use native Java language constructs to
execute BPEL, e.g., multiple threads for a</em>
<em><code><bpel:flow></code></em> <em>or a</em> <code>while (...)
{...}</code> <em>for a</em> <code><bpel:while></code>?
-<strong>A.</strong> No. ODE's BPEL implementation does not map the BPEL
process into Java. Instead, it relies on a transactional concurrency framework
<a href="/developerguide/jacob.html">JaCOb</a> similar to the theoretical
concurrency model known as ACTORS <a href="agha86.html">Agha86</a>.</p>
+<strong>A.</strong> No. ODE's BPEL implementation does not map the BPEL
process into Java. Instead, it relies on a transactional concurrency framework
<a href="/developerguide/jacob.html">JaCOb</a> similar to the theoretical
concurrency model known as Actors <a
href="bibliography.html#agha86">Agha86</a>.</p>
<p><strong>Q.</strong> <em>Does ODE support BPEL processes developed in
third-party tools?</em>
<strong>A.</strong> Yes. Well-formed BPEL from any source should work.</p>
<p><strong>Q.</strong> <em>Can ODE support extensions or alternatives to
standard BPEL syntax and semantics?</em>
Modified: websites/staging/ode/trunk/content/sitemap.html
==============================================================================
--- websites/staging/ode/trunk/content/sitemap.html (original)
+++ websites/staging/ode/trunk/content/sitemap.html Mon Dec 31 17:14:49 2012
@@ -86,7 +86,6 @@
<ul>
<li><a href="/abstract-wsdl.html">abstract WSDL</a></li>
<li><a href="/activities.html">Activities</a></li>
-<li><a href="/agha86.html">Agha86</a></li>
<li><a href="/ambiguousreceive.html">ambiguousReceive</a></li>
<li><a href="/assign.html">assign</a></li>
<li><a href="/bibliography.html">Bibliography</a></li>
@@ -105,13 +104,11 @@
<li><a href="/direct-process-to-process-communication.html">Direct
Process-to-Process Communication</a></li>
<li><a href="/endpoint-configuration.html">Endpoint Configuration</a></li>
<li><a href="/endpoint-references.html">Endpoint References</a></li>
-<li><a href="/exported-port.html">exported port</a></li>
<li><a href="/expression-languages.html">Expression Languages</a></li>
<li><a href="/faq.html">Frequently Asked Questions</a></li>
<li><a href="/getting-ode.html">Getting ODE</a></li>
<li><a href="/glossary.html">Glossary</a></li>
<li><a href="/http-authentication.html">HTTP Authentication</a></li>
-<li><a href="/imported-port.html">imported port</a></li>
<li><a href="/index.html">Apache ODE<sup>â¢</sup></a></li>
<li><a href="/instance-data-cleanup.html">Instance Data Cleanup</a></li>
<li><a href="/instance-replayer.html">Instance Replayer</a></li>
@@ -134,16 +131,10 @@
<li><a href="/roadmap.html">Roadmap</a></li>
<li><a href="/sendsoap-command.html">sendsoap Command</a></li>
<li><a href="/service-providers.html">Service Providers</a></li>
-<li><a href="/service.html">service</a></li>
<li><a href="/smx4-osgi-deployment.html">SMX4 OSGi Deployment</a></li>
-<li><a href="/soap-11.html">SOAP 1.1</a></li>
-<li><a href="/specifications-and-standards.html">Specifications and
Standards</a></li>
<li><a href="/standard-faults.html">Standard Faults</a></li>
-<li><a href="/system-lifecycle.html">System Lifecycle</a></li>
<li><a href="/uninitializedvariable.html">uninitializedVariable</a></li>
<li><a href="/upgrading-ode.html">Upgrading ODE</a></li>
-<li><a href="/uri.html">URI</a></li>
-<li><a href="/url.html">URL</a></li>
<li><a href="/use-assign-to-build-messages.html">Use Assign to build
messages</a></li>
<li><a href="/using-a-jndi-datasource-under-servicemix-jbi.html">Using a JNDI
datasource under ServiceMix JBI</a></li>
<li><a href="/validate.html">validate</a></li>
@@ -154,7 +145,6 @@
<li><a href="/ws-i-basic-profile-11.html">WS-I Basic Profile 1.1</a></li>
<li><a href="/ws-security-in-ode.html">WS-Security in ODE</a></li>
<li><a href="/wsdl-11-http-binding-support.html">WSDL 1.1 HTTP Binding
Support</a></li>
-<li><a href="/wsdl-11.html">WSDL 1.1</a></li>
<li><a href="/xpath-10-expression-language.html">XPath 1.0 Expression
Language</a></li>
<li><a href="/xpath-20-expression-language.html">XPath 2.0 Expression
Language</a></li>
</ul>