ode – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 49 Results  www.it-soa.eu
  Tutorial part 2. - depl...  
an information about the business process appears on the http://localhost:8082/ode/processes.html site, where 8082 is the listening port of the application server.
Apache ODE automatycznie dokonuje wdrażania procesów biznesowych umieszczanych w katalogu procesów. Skutkuje to:
  The Transaction Builder...  
the Transaction Builder Module - for Apache ODE
Modułu Konstrukcji Transakcji - wersja dla Apache ODE
  Creation of a business ...  
The Transaction Manager Module basen on Apache ODE
Moduł Zarządzania Transakcjami oparty na Apache ODE
  Creation of a business ...  
is installed under the directory: /usr/tomcatMZT/webapps/ode
zainstalowany został w katalogu: /usr/tomcatMZT/webapps/ode
  Creation of a business ...  
The Transaction Definition Module for Apache ODE
Moduł Definiowania Transakcji dla Apache ODE
  Creation of a business ...  
is available under the address: http://localhost:8082/ode
dostępny jest pod adresem: http://localhost:8082/ode
  The Transaction Manager...  
These are the steps to install the Transaction Manager based on Apache ODE (TM):
Wprowadź szukany termin lub nazwę modułu, klasy lub funkcji.
  BProCORE - user guide —...  
The Transaction Manager (based on the Apache ODE)
Moduł Zarządcy Transakcji (oparty na Apache ODE)
  Tutorial part 2. - depl...  
Thanks to the Eclipse BPEL Designer, the Transaction Definition Module can deploy business processes to an Apache ODE environment, therefore also to the Transaction Manager Module in the version based on Apache ODE.
Środowisko Modułu Definiowania Transakcji dzięki funkcjonalności Eclipse BPEL Designer posiada instrumenty do prostego wdrażania procesów biznesowych w środowisku Apache ODE a zatem również Modułu Zarządzania Transakcjami w wersji opartej na Apache ODE.
  The Transaction Definit...  
description of the Transaction Manager based on Apache ODE
opisie Modułu Konstrukcji Transakcji w wersji dla Apache ODE
  Hardware and software r...  
Apache Ode - is installed with TM
Apache Ode - znajduje się w pliku instalacyjnym MZT,
  JavaDOCs for the BProCO...  
The Transaction Builder Module based on Apache ODE
Moduł Budowy Transakcji oparty na Apache ODE
  The Compensation Reposi...  
OMDOMFactory; import pl.poznan.put.cs.itsoa.ob2_5._2010._02. compensationdefinition.model. CompensationsGenerator; public class Klasanr12 implements CompensationsGenerator { public static String E2PC_NS = "http://cs.put.poznan.pl/itsoa/OB2-5/mat/2009/11/Enhanced2PC"; public static QName ENVELOPE_BODY = new QName(E2PC_NS, "EnvelopeBody"); public static QName ENVELOPE_HEADER = new QName(E2PC_NS, "EnvelopeHeader"); @Override public String generateCompensation(OMElement body, OMElement header, OMElement compensationBody) { OMDOMFactory factory = new OMDOMFactory(); OMElement Action = factory.createOMElement(new QName( "http://www.w3.org/2005/08/addressing", "Action")); Action.setText("urn:Cancel"); compensationBody.getFirstChildWithName(ENVELOPE_HEADER) .
package extension; import javax.xml.namespace.QName; import org.apache.axiom.om.OMElement; import org.apache.axiom.om.impl.dom.factory.OMDOMFactory; import pl.poznan.put.cs.itsoa.ob2_5._2010. _02.compensationdefinition.model.CompensationsGenerator; public class Klasanr12 implements CompensationsGenerator { public static String E2PC_NS = "http://cs.put.poznan.pl/itsoa/OB2-5/mat/2009/11/Enhanced2PC"; public static QName ENVELOPE_BODY = new QName(E2PC_NS, "EnvelopeBody"); public static QName ENVELOPE_HEADER = new QName(E2PC_NS, "EnvelopeHeader"); @Override public String generateCompensation( OMElement body, OMElement header, OMElement compensationBody) { OMDOMFactory factory = new OMDOMFactory(); OMElement Action = factory.createOMElement( new QName( "http://www.w3.org/2005/08/addressing", "Action")); Action.setText("urn:Cancel"); compensationBody.getFirstChildWithName(ENVELOPE_HEADER) .addChild(Action); OMElement bodyContent = factory.createOMElement( new QName( "http://morek.com.pl.service.definition", "Cancel")); bodyContent.setText("Wycofaj"); compensationBody.getFirstChildWithName(ENVELOPE_BODY).addChild(body); return "http://127.0.0.1:8080/ode/processes/DumbService"; } }
  The Transaction Manager...  
The Transaction Manager based on Apache ODE - installation¶
Moduł Zarządcy Transakcji na serwerze Apache ODE - Instalacja
  The Transaction Builder...  
The Transaction Builder Module - for Apache ODE¶
Moduł Konstrukcji Transakcji - wersja dla Apache ODE
  Tutorial part 2. - depl...  
Thanks to the Eclipse BPEL Designer, the Transaction Definition Module can deploy business processes to an Apache ODE environment, therefore also to the Transaction Manager Module in the version based on Apache ODE.
Środowisko Modułu Definiowania Transakcji dzięki funkcjonalności Eclipse BPEL Designer posiada instrumenty do prostego wdrażania procesów biznesowych w środowisku Apache ODE a zatem również Modułu Zarządzania Transakcjami w wersji opartej na Apache ODE.
  Creation of a business ...  
The Transaction Manager Module based on Apache ODE
Moduł Zarządzania Transakcjami oparty na Apache ODE
  The Transaction Builder...  
The last thing we need to do, in order to finish the extension registration, is to set the path to the mentioned class as an option axis2.extension.bundles.runtime in the file ode-axis2.properties, which is located in the directory ode/WEB-INF/conf/.
w wersji 2.0 obsługuje mechanizm rozszerzeń pozwalający na dodawanie własnych elementów wewnątrz kodu procesu BPEL. Aby skorzystać z takich rozszerzeń należy je zadeklarować korzystając z następującego elementu:
  The Transaction Builder...  
Below is a complete example of a simple business process that uses the extensions supported by the Transaction Builder Module (for Apache ODE).
Oto pełen przykład prostego procesu biznesowego korzystającego z rozszerzeń Modułu Zarządcy Transakcji:
  The Transaction Builder...  
The last thing we need to do, in order to finish the extension registration, is to set the path to the mentioned class as an option axis2.extension.bundles.runtime in the file ode-axis2.properties, which is located in the directory ode/WEB-INF/conf/.
w wersji 2.0 obsługuje mechanizm rozszerzeń pozwalający na dodawanie własnych elementów wewnątrz kodu procesu BPEL. Aby skorzystać z takich rozszerzeń należy je zadeklarować korzystając z następującego elementu: