diff options
author | coreyg <coreyg@13f79535-47bb-0310-9956-ffa450edef68> | 2014-11-21 09:30:19 +0000 |
---|---|---|
committer | coreyg <coreyg@13f79535-47bb-0310-9956-ffa450edef68> | 2014-11-21 09:30:19 +0000 |
commit | 200a40b332420f94992eb39a6d0ea1cf1490ffc4 (patch) | |
tree | 1c76ef1d254c7bfc91128a313d319bd60da9d01e /site/trunk/site-publish/sca-java-implementationbpel.html | |
parent | 85f53ab6ab4f664d63774c94b672a875c9e52b8a (diff) |
Adding tuscany's website to their svn repo for svnpubsub
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1640879 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'site/trunk/site-publish/sca-java-implementationbpel.html')
-rw-r--r-- | site/trunk/site-publish/sca-java-implementationbpel.html | 163 |
1 files changed, 163 insertions, 0 deletions
diff --git a/site/trunk/site-publish/sca-java-implementationbpel.html b/site/trunk/site-publish/sca-java-implementationbpel.html new file mode 100644 index 0000000000..8f083ec27d --- /dev/null +++ b/site/trunk/site-publish/sca-java-implementationbpel.html @@ -0,0 +1,163 @@ + +<!-- + + 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 regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE- 2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<HTML> + <HEAD> + <!-- generateKeywords macro --> + <META name="description" content="Apache Tuscany"> + <META name="keywords" content="apache, apache tuscany, tuscany, service, services, fabric, soa, service oriented architecture, sca, service component architecture, das, sdo, csa, ruby, opensource"> + <!-- generateKeywords macro end --> + + <LINK type="text/css" rel="stylesheet" href="http://tuscany.apache.org/stylesheets/default.css"> + <LINK rel="SHORTCUT ICON" href="https://cwiki.apache.org/confluence/display/TUSCANY/$images/favicon.ico"> + <TITLE>Apache Tuscany : SCA Java implementation.bpel</TITLE> + <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD> + + <BODY onload="init()"> + <!-- topNav macro --> + <TABLE valign="top" border="0" cellspacing="0" cellpadding="0" width="100%" background="http://tuscany.apache.org/images/TuscanyLogoNEW_Text_120px_bg.jpg"> + <TR> + <TD valing="top" align="left"> + <A href="https://cwiki.apache.org/confluence/pages/viewpage.action?spaceKey=TUSCANY&title=$siteroot"><IMG src="http://tuscany.apache.org/images/TuscanyLogoNEW_Text_120px_bg.jpg" height="91" width="25" border="0"></A> + </TD> + <TD> + <A href="http://tuscany.apache.org/"><IMG src="http://tuscany.apache.org/images/TuscanyLogo.jpg" border="0"></A> + </TD> + + <TD width="100%"> + + </TD> + + <!-- Adds the edit page link to the top banner--> + <TD valign="bottom"> + <DIV style="padding: 2px 10px; margin: 0px;"> + <A href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=60308"> + <IMG src="http://tuscany.apache.org/images/notep_16.gif" height="16" width="16" border="0" align="absmiddle" title="Edit Page"></A> + </DIV> + </TD> + + </TR> + </TABLE> + <!-- topNav macro end --> + + <!-- breadCrumbs macro --> + <TABLE border="0" cellpadding="2" cellspacing="0" width="100%"> + <TR class="topBar"> + <TD align="left" valign="middle" class="topBarDiv" nowrap="true" width="100%"> + <A href="home.html" title="Apache Tuscany">Apache Tuscany</A> > <A href="home.html" title="Home">Home</A> > <A href="sca-overview.html" title="SCA Overview">SCA Overview</A> > <A href="sca-java.html" title="SCA Java">SCA Java</A> > <A href="java-sca-documentation-menu.html" title="Java SCA Documentation Menu">Java SCA Documentation Menu</A> > <A href="" title="SCA Java implementation.bpel">SCA Java implementation.bpel</A> + </TD> + + <TD align="right" valign="middle" class="topBarDiv" align="left" nowrap="true"> + <A href="http://mail-archives.apache.org/mod_mbox/tuscany-user">User List</A> | <A href="http://mail-archives.apache.org/mod_mbox/tuscany-dev">Dev List</A> | <A href="http://issues.apache.org/jira/browse/Tuscany">Issue Tracker</A> + </TD> + </TR> + </TABLE> + <!-- breadCrumbs macro end --> + + + <TABLE border="0" cellpadding="0" width="100%" bgcolor="#FFFFFF"> + <TR> + <TD align="left" valign="top"> + + <!-- pageContent macro --> + <DIV id="PageContent"> + + <DIV class="pagecontent"> + <DIV class="wiki-content"> + <H3><A name="SCAJavaimplementation.bpel-Introduction"></A>Introduction</H3> + +<P>This is a initial WS-BPEL component implementation that allows SCA runtime to invoke WS-BPEL executable processes in a SCA composition.<BR> +We are still working to finalize the Reference support, to allow your BPEL process to have partnerLinks pointing to SCA components.</P> + +<P>As for creating a SCA component, below is an sample SCDL</P> + +<DIV class="code panel" style="border-width: 1px;"><DIV class="codeContent panelContent"> +<PRE class="code-java"> +<composite xmlns=<SPAN class="code-quote">"http:<SPAN class="code-comment">//www.osoa.org/xmlns/sca/1.0"</SPAN> +</SPAN> targetNamespace=<SPAN class="code-quote">"http:<SPAN class="code-comment">//bpel"</SPAN> +</SPAN> xmlns:hns=<SPAN class="code-quote">"http:<SPAN class="code-comment">//tuscany.apache.org/implementation/bpel/example/helloworld"</SPAN> +</SPAN> name=<SPAN class="code-quote">"bpel"</SPAN>> + + <component name=<SPAN class="code-quote">"BPELHelloWorldComponent"</SPAN>> + <implementation.bpel process=<SPAN class="code-quote">"hns:HelloWorld"</SPAN>/> + </component> + +</composite> +</PRE> +</DIV></DIV> + + +<H3><A name="SCAJavaimplementation.bpel-WSBPELEngine"></A>WS-BPEL Engine</H3> + +<P>As for a WS-BPEL engine, we are using Apache ODE. In order to properly deploy a WS-BPEL process in ODE, a deployment descriptor like the one below should be suplied with your application :</P> + +<DIV class="code panel" style="border-width: 1px;"><DIV class="codeContent panelContent"> +<PRE class="code-java"> +<deploy xmlns=<SPAN class="code-quote">"http:<SPAN class="code-comment">//www.apache.org/ode/schemas/dd/2007/03"</SPAN> +</SPAN> xmlns:tns=<SPAN class="code-quote">"http:<SPAN class="code-comment">//tuscany.apache.org/implementation/bpel/example/helloworld"</SPAN> +</SPAN> xmlns:wns=<SPAN class="code-quote">"http:<SPAN class="code-comment">//tuscany.apache.org/implementation/bpel/example/helloworld.wsdl"</SPAN>> +</SPAN> + + <process name=<SPAN class="code-quote">"tns:HelloWorld"</SPAN>> + <active><SPAN class="code-keyword">true</SPAN></active> + <provide partnerLink=<SPAN class="code-quote">"helloPartnerLink"</SPAN>> + <service name=<SPAN class="code-quote">"wns:HelloService"</SPAN> port=<SPAN class="code-quote">"HelloPort"</SPAN>/> + </provide> + </process> +</deploy> +</PRE> +</DIV></DIV> + +<P>For more information on these deployment descriptors, see documentation on <A href="http://ode.apache.org/creating-a-process.html" class="external-link" rel="nofollow">Deploying a process in ODE</A></P> + + +<H3><A name="SCAJavaimplementation.bpel-References"></A>References</H3> + +<P><A href="http://osoa.org/display/Main/SCA%20BPEL%20White%20Paper" class="external-link" rel="nofollow">SCA & BPEL white paper </A></P> + +<P><A href="http://osoa.org/download/attachments/35/SCA_ClientAndImplementationModelforBPEL_V100.pdf?version=1" class="external-link" rel="nofollow">SCA Client Implementation Model for BPEL v1.00 </A></P> + </DIV> + </DIV> + </DIV> + <!-- pageContent macro end --> + + </TD> + </TR> + </TABLE> + + <!-- footer macro --> + <SCRIPT src="http://www.google-analytics.com/urchin.js" type="text/javascript"> + </SCRIPT> + <SCRIPT type="text/javascript"> + _uacct = "UA-1174707-5"; + urchinTracker(); + </SCRIPT> + + <A href="http://www.statcounter.com/" target="_blank"><IMG src="http://c26.statcounter.com/counter.php?sc_project=2619156&java=0&security=94bd7e7d&invisible=0" alt="website stats" border="0"></A> + + <DIV class="footer"> + Copyright � 2003-2012, The Apache Software Foundation </BR> + Apache Tuscany and the Apache Tuscany project logo are trademarks of The Apache Software Foundation. + </DIV> + <!-- footer macro end --> + + </BODY> +</HTML> |