WS-BPEL 2.0 beginner's guide :: design and develop WS-BPEL executable business processes using Oracle SOA Suite 12c /
If you are a software architect, a designer, a software developer, an SOA and BPM architect, a project manager, or a business process analyst who is responsible for the design and development of business processes, composite applications, and BPM/SOA solutions, then this book is for you. You should...
Gespeichert in:
Hauptverfasser: | , |
---|---|
Weitere Verfasser: | |
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, England :
Packt Publishing,
2014.
|
Schriftenreihe: | Learning by doing (Packt Publishing)
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | If you are a software architect, a designer, a software developer, an SOA and BPM architect, a project manager, or a business process analyst who is responsible for the design and development of business processes, composite applications, and BPM/SOA solutions, then this book is for you. You should have a clear grasp of general SOA concepts including business processes and web services, but no prior knowledge of the BPEL language is required. |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (388 pages) : illustrations (some color) |
ISBN: | 9781849688970 1849688974 1849688966 9781849688963 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn893686009 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr cn||||||||| | ||
008 | 141003t20142014enka o 001 0 eng d | ||
040 | |a E7B |b eng |e rda |e pn |c E7B |d OCLCO |d N$T |d OCLCF |d EBLCP |d IDEBK |d DEBSZ |d VT2 |d COO |d YDXCP |d OCLCQ |d AZK |d AGLDB |d OCLCQ |d OCLCO |d ICA |d K6U |d PIFAG |d FVL |d ZCU |d MERUC |d OCLCQ |d OCLCO |d U3W |d REB |d D6H |d STF |d OCLCQ |d VTS |d ICG |d NLE |d INT |d UKMGB |d OCLCQ |d OCLCO |d G3B |d TKN |d OCLCQ |d DKC |d OCLCO |d OCLCQ |d UKAHL |d OCLCQ |d OCLCO |d QGK |d OCLCQ |d OCLCO |d OCLCL |d SXB |d OCLCQ | ||
016 | 7 | |a 018013999 |2 Uk | |
019 | |a 891445875 |a 957735837 |a 958081946 |a 961589255 |a 1259144449 | ||
020 | |a 9781849688970 |q (electronic bk.) | ||
020 | |a 1849688974 |q (electronic bk.) | ||
020 | |a 1849688966 | ||
020 | |a 9781849688963 | ||
020 | |z 9781849688963 | ||
035 | |a (OCoLC)893686009 |z (OCoLC)891445875 |z (OCoLC)957735837 |z (OCoLC)958081946 |z (OCoLC)961589255 |z (OCoLC)1259144449 | ||
037 | |a 9781849688970 |b Packt Publishing Pvt. Ltd | ||
050 | 4 | |a TK5105.5828 |b .J875 2014eb | |
072 | 7 | |a COM |x 013000 |2 bisacsh | |
072 | 7 | |a COM |x 014000 |2 bisacsh | |
072 | 7 | |a COM |x 018000 |2 bisacsh | |
072 | 7 | |a COM |x 067000 |2 bisacsh | |
072 | 7 | |a COM |x 032000 |2 bisacsh | |
072 | 7 | |a COM |x 037000 |2 bisacsh | |
072 | 7 | |a COM |x 052000 |2 bisacsh | |
082 | 7 | |a 004.654 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Juric, Matjaz B., |e author. | |
245 | 1 | 0 | |a WS-BPEL 2.0 beginner's guide : |b design and develop WS-BPEL executable business processes using Oracle SOA Suite 12c / |c Matjaz B. Juric, Denis Weerasiri ; cover image by Karl Moore. |
264 | 1 | |a Birmingham, England : |b Packt Publishing, |c 2014. | |
264 | 4 | |c ©2014 | |
300 | |a 1 online resource (388 pages) : |b illustrations (some color) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Learning by doing: less theory, more results | |
500 | |a Includes index. | ||
588 | 0 | |a Online resource; title from PDF title page (ebrary, viewed October 3, 2014). | |
505 | 0 | |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Hello BPEL; Introduction to BPEL; Installing Oracle JDeveloper and SOA Suite; Installing the JDK and setting environment; Time for action -- installing the JDK and setting environment; Installing SOA Suite with JDeveloper; Time for action -- installing JDeveloper and SOA Suite; Creating a default domain; Time for action -- creating a default domain; Developing our first BPEL process; Time for action -- creating the SOA composite application. | |
505 | 8 | |a Time for action -- creating XML Schema for the BPEL processTime for action -- modifying WSDL; Time for action -- implementing the BPEL process; Deploying the first BPEL process; Time for action -- deploying the BPEL process; Testing our first BPEL process; Time for action -- testing the BPEL process; Understanding the BPEL language; The BPEL structure; Partner links; Variables; The process logic; A detailed look at the BPEL activities; ; and ; Bookstore BPEL process with branches; Time for action -- more sophisticated BPEL process; Deploy and test the second BPEL process. | |
505 | 8 | |a Time for action -- deploying and testing the second BPEL processSummary; Chapter 2: Service Invocation; Service invocation and orchestration; Developing the book warehousing process; Time for action -- creating the book warehousing process; Implementing the book warehousing BPEL; Time for action -- developing the book warehousing process; Deploying and testing the book warehousing BPEL; Understanding sequential invocation; A closer look at ; Understanding partner links; Partner link types; Defining partner links; Parallel service invocation; Time for action -- developing parallel flows. | |
505 | 8 | |a Deploying and testing the parallel invocationUnderstanding a parallel flow; Summary; Chapter 3: Variables, Data Manipulation, and Expressions; Variables in BPEL; Declaring variables; Variable types; Variables in BookWarehousingBPEL; Time for action -- review of existing variables; Declaring XML type variables; Time for action -- creating XML type variables; Declaring XML element variables; Time for action -- creating XML element variables; Declaring a WSDL message type variable; Time for action -- creating a message type variable; Data manipulation and assignments. | |
505 | 8 | |a Time for action -- copying variablesExpressions; Copying variable parts; Time for action -- copying variable parts; Other options for copying data; Optional attributes; Manipulating data for external partner links; Time for action -- creating the AnotherBookstoreBPEL process; Time for action -- extending the BookWarehousing process; Validating variables; Time for action -- validating variables; The XSLT transformations; Time for action -- using XSLT transformations; Summary; Chapter 4: Conditions and Loops; Conditions; Time for action -- selecting the bookstore with the lowest quantity. | |
520 | |a If you are a software architect, a designer, a software developer, an SOA and BPM architect, a project manager, or a business process analyst who is responsible for the design and development of business processes, composite applications, and BPM/SOA solutions, then this book is for you. You should have a clear grasp of general SOA concepts including business processes and web services, but no prior knowledge of the BPEL language is required. | ||
546 | |a English. | ||
630 | 0 | 0 | |a WebSphere. |0 http://id.loc.gov/authorities/names/n2001002465 |
630 | 0 | 7 | |a WebSphere |2 fast |
650 | 0 | |a BPEL (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh2006005369 | |
650 | 0 | |a Service-oriented architecture (Computer science) |0 http://id.loc.gov/authorities/subjects/sh2008008368 | |
650 | 0 | |a Web services. |0 http://id.loc.gov/authorities/subjects/sh2003001435 | |
650 | 6 | |a BPEL (Langage de programmation) | |
650 | 6 | |a Architecture orientée service (Informatique) | |
650 | 6 | |a Services Web. | |
650 | 7 | |a COMPUTERS |x Computer Literacy. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Computer Science. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Data Processing. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Hardware |x General. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Information Technology. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Machine Theory. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Reference. |2 bisacsh | |
650 | 7 | |a BPEL (Computer program language) |2 fast | |
650 | 7 | |a Service-oriented architecture (Computer science) |2 fast | |
650 | 7 | |a Web services |2 fast | |
700 | 1 | |a Weerasiri, Denis, |e author. | |
700 | 1 | |a Moore, Karl, |d 1955- |e cover designer. |1 https://id.oclc.org/worldcat/entity/E39PCjtTCGXKJ3x6QtbwmKQM8y |0 http://id.loc.gov/authorities/names/n97079905 | |
758 | |i has work: |a WSEL 2.0 beginner's guide (Text) |1 https://id.oclc.org/worldcat/entity/E39PCH4DY4JmxyHKF6Q7JXbRgC |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Juric, Matjaz B. |t WS-BPEL 2.0 beginner's guide : design and develop WS-BPEL executable business processes using Oracle SOA Suite 12c. |d Birmingham, England : Packt Publishing, ©2014 |h vii, 365 pages |k Learning by doing (Packt Publishing) |z 9781849688963 |
830 | 0 | |a Learning by doing (Packt Publishing) |0 http://id.loc.gov/authorities/names/no2012059707 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=853237 |3 Volltext |
936 | |a BATCHLOAD | ||
938 | |a Askews and Holts Library Services |b ASKH |n AH27088531 | ||
938 | |a EBL - Ebook Library |b EBLB |n EBL1572947 | ||
938 | |a ebrary |b EBRY |n ebr10938392 | ||
938 | |a EBSCOhost |b EBSC |n 853237 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis29836766 | ||
938 | |a YBP Library Services |b YANK |n 12091124 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn893686009 |
---|---|
_version_ | 1816882291586105344 |
adam_text | |
any_adam_object | |
author | Juric, Matjaz B. Weerasiri, Denis |
author2 | Moore, Karl, 1955- |
author2_role | cov |
author2_variant | k m km |
author_GND | http://id.loc.gov/authorities/names/n97079905 |
author_facet | Juric, Matjaz B. Weerasiri, Denis Moore, Karl, 1955- |
author_role | aut aut |
author_sort | Juric, Matjaz B. |
author_variant | m b j mb mbj d w dw |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | T - Technology |
callnumber-label | TK5105 |
callnumber-raw | TK5105.5828 .J875 2014eb |
callnumber-search | TK5105.5828 .J875 2014eb |
callnumber-sort | TK 45105.5828 J875 42014EB |
callnumber-subject | TK - Electrical and Nuclear Engineering |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Hello BPEL; Introduction to BPEL; Installing Oracle JDeveloper and SOA Suite; Installing the JDK and setting environment; Time for action -- installing the JDK and setting environment; Installing SOA Suite with JDeveloper; Time for action -- installing JDeveloper and SOA Suite; Creating a default domain; Time for action -- creating a default domain; Developing our first BPEL process; Time for action -- creating the SOA composite application. Time for action -- creating XML Schema for the BPEL processTime for action -- modifying WSDL; Time for action -- implementing the BPEL process; Deploying the first BPEL process; Time for action -- deploying the BPEL process; Testing our first BPEL process; Time for action -- testing the BPEL process; Understanding the BPEL language; The BPEL structure; Partner links; Variables; The process logic; A detailed look at the BPEL activities; ; and ; Bookstore BPEL process with branches; Time for action -- more sophisticated BPEL process; Deploy and test the second BPEL process. Time for action -- deploying and testing the second BPEL processSummary; Chapter 2: Service Invocation; Service invocation and orchestration; Developing the book warehousing process; Time for action -- creating the book warehousing process; Implementing the book warehousing BPEL; Time for action -- developing the book warehousing process; Deploying and testing the book warehousing BPEL; Understanding sequential invocation; A closer look at ; Understanding partner links; Partner link types; Defining partner links; Parallel service invocation; Time for action -- developing parallel flows. Deploying and testing the parallel invocationUnderstanding a parallel flow; Summary; Chapter 3: Variables, Data Manipulation, and Expressions; Variables in BPEL; Declaring variables; Variable types; Variables in BookWarehousingBPEL; Time for action -- review of existing variables; Declaring XML type variables; Time for action -- creating XML type variables; Declaring XML element variables; Time for action -- creating XML element variables; Declaring a WSDL message type variable; Time for action -- creating a message type variable; Data manipulation and assignments. Time for action -- copying variablesExpressions; Copying variable parts; Time for action -- copying variable parts; Other options for copying data; Optional attributes; Manipulating data for external partner links; Time for action -- creating the AnotherBookstoreBPEL process; Time for action -- extending the BookWarehousing process; Validating variables; Time for action -- validating variables; The XSLT transformations; Time for action -- using XSLT transformations; Summary; Chapter 4: Conditions and Loops; Conditions; Time for action -- selecting the bookstore with the lowest quantity. |
ctrlnum | (OCoLC)893686009 |
dewey-full | 004.654 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.654 |
dewey-search | 004.654 |
dewey-sort | 14.654 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>07917cam a2200949 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn893686009</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cn|||||||||</controlfield><controlfield tag="008">141003t20142014enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">E7B</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">E7B</subfield><subfield code="d">OCLCO</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCF</subfield><subfield code="d">EBLCP</subfield><subfield code="d">IDEBK</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">VT2</subfield><subfield code="d">COO</subfield><subfield code="d">YDXCP</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">AZK</subfield><subfield code="d">AGLDB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">ICA</subfield><subfield code="d">K6U</subfield><subfield code="d">PIFAG</subfield><subfield code="d">FVL</subfield><subfield code="d">ZCU</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">U3W</subfield><subfield code="d">REB</subfield><subfield code="d">D6H</subfield><subfield code="d">STF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">VTS</subfield><subfield code="d">ICG</subfield><subfield code="d">NLE</subfield><subfield code="d">INT</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">G3B</subfield><subfield code="d">TKN</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">DKC</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">SXB</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018013999</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">891445875</subfield><subfield code="a">957735837</subfield><subfield code="a">958081946</subfield><subfield code="a">961589255</subfield><subfield code="a">1259144449</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781849688970</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849688974</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849688966</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781849688963</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781849688963</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)893686009</subfield><subfield code="z">(OCoLC)891445875</subfield><subfield code="z">(OCoLC)957735837</subfield><subfield code="z">(OCoLC)958081946</subfield><subfield code="z">(OCoLC)961589255</subfield><subfield code="z">(OCoLC)1259144449</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781849688970</subfield><subfield code="b">Packt Publishing Pvt. Ltd</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">TK5105.5828</subfield><subfield code="b">.J875 2014eb</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">013000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">014000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">018000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">067000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">032000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">037000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">052000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">004.654</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Juric, Matjaz B.,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">WS-BPEL 2.0 beginner's guide :</subfield><subfield code="b">design and develop WS-BPEL executable business processes using Oracle SOA Suite 12c /</subfield><subfield code="c">Matjaz B. Juric, Denis Weerasiri ; cover image by Karl Moore.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, England :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2014.</subfield></datafield><datafield tag="264" ind1=" " ind2="4"><subfield code="c">©2014</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (388 pages) :</subfield><subfield code="b">illustrations (some color)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Learning by doing: less theory, more results</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from PDF title page (ebrary, viewed October 3, 2014).</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Hello BPEL; Introduction to BPEL; Installing Oracle JDeveloper and SOA Suite; Installing the JDK and setting environment; Time for action -- installing the JDK and setting environment; Installing SOA Suite with JDeveloper; Time for action -- installing JDeveloper and SOA Suite; Creating a default domain; Time for action -- creating a default domain; Developing our first BPEL process; Time for action -- creating the SOA composite application.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Time for action -- creating XML Schema for the BPEL processTime for action -- modifying WSDL; Time for action -- implementing the BPEL process; Deploying the first BPEL process; Time for action -- deploying the BPEL process; Testing our first BPEL process; Time for action -- testing the BPEL process; Understanding the BPEL language; The BPEL structure; Partner links; Variables; The process logic; A detailed look at the BPEL activities; ; and ; Bookstore BPEL process with branches; Time for action -- more sophisticated BPEL process; Deploy and test the second BPEL process.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Time for action -- deploying and testing the second BPEL processSummary; Chapter 2: Service Invocation; Service invocation and orchestration; Developing the book warehousing process; Time for action -- creating the book warehousing process; Implementing the book warehousing BPEL; Time for action -- developing the book warehousing process; Deploying and testing the book warehousing BPEL; Understanding sequential invocation; A closer look at ; Understanding partner links; Partner link types; Defining partner links; Parallel service invocation; Time for action -- developing parallel flows.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Deploying and testing the parallel invocationUnderstanding a parallel flow; Summary; Chapter 3: Variables, Data Manipulation, and Expressions; Variables in BPEL; Declaring variables; Variable types; Variables in BookWarehousingBPEL; Time for action -- review of existing variables; Declaring XML type variables; Time for action -- creating XML type variables; Declaring XML element variables; Time for action -- creating XML element variables; Declaring a WSDL message type variable; Time for action -- creating a message type variable; Data manipulation and assignments.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Time for action -- copying variablesExpressions; Copying variable parts; Time for action -- copying variable parts; Other options for copying data; Optional attributes; Manipulating data for external partner links; Time for action -- creating the AnotherBookstoreBPEL process; Time for action -- extending the BookWarehousing process; Validating variables; Time for action -- validating variables; The XSLT transformations; Time for action -- using XSLT transformations; Summary; Chapter 4: Conditions and Loops; Conditions; Time for action -- selecting the bookstore with the lowest quantity.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">If you are a software architect, a designer, a software developer, an SOA and BPM architect, a project manager, or a business process analyst who is responsible for the design and development of business processes, composite applications, and BPM/SOA solutions, then this book is for you. You should have a clear grasp of general SOA concepts including business processes and web services, but no prior knowledge of the BPEL language is required.</subfield></datafield><datafield tag="546" ind1=" " ind2=" "><subfield code="a">English.</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">WebSphere.</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2001002465</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">WebSphere</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">BPEL (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2006005369</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Service-oriented architecture (Computer science)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2008008368</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Web services.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2003001435</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">BPEL (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Architecture orientée service (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Services Web.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Computer Literacy.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Computer Science.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Data Processing.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Hardware</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Information Technology.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Machine Theory.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Reference.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">BPEL (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Service-oriented architecture (Computer science)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Web services</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Weerasiri, Denis,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Moore, Karl,</subfield><subfield code="d">1955-</subfield><subfield code="e">cover designer.</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCjtTCGXKJ3x6QtbwmKQM8y</subfield><subfield code="0">http://id.loc.gov/authorities/names/n97079905</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">WSEL 2.0 beginner's guide (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCH4DY4JmxyHKF6Q7JXbRgC</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Juric, Matjaz B.</subfield><subfield code="t">WS-BPEL 2.0 beginner's guide : design and develop WS-BPEL executable business processes using Oracle SOA Suite 12c.</subfield><subfield code="d">Birmingham, England : Packt Publishing, ©2014</subfield><subfield code="h">vii, 365 pages</subfield><subfield code="k">Learning by doing (Packt Publishing)</subfield><subfield code="z">9781849688963</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Learning by doing (Packt Publishing)</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2012059707</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=853237</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="936" ind1=" " ind2=" "><subfield code="a">BATCHLOAD</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH27088531</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL1572947</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ebrary</subfield><subfield code="b">EBRY</subfield><subfield code="n">ebr10938392</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">853237</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis29836766</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12091124</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn893686009 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:26:17Z |
institution | BVB |
isbn | 9781849688970 1849688974 1849688966 9781849688963 |
language | English |
oclc_num | 893686009 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (388 pages) : illustrations (some color) |
psigel | ZDB-4-EBA |
publishDate | 2014 |
publishDateSearch | 2014 |
publishDateSort | 2014 |
publisher | Packt Publishing, |
record_format | marc |
series | Learning by doing (Packt Publishing) |
series2 | Learning by doing: less theory, more results |
spelling | Juric, Matjaz B., author. WS-BPEL 2.0 beginner's guide : design and develop WS-BPEL executable business processes using Oracle SOA Suite 12c / Matjaz B. Juric, Denis Weerasiri ; cover image by Karl Moore. Birmingham, England : Packt Publishing, 2014. ©2014 1 online resource (388 pages) : illustrations (some color) text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Learning by doing: less theory, more results Includes index. Online resource; title from PDF title page (ebrary, viewed October 3, 2014). Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Hello BPEL; Introduction to BPEL; Installing Oracle JDeveloper and SOA Suite; Installing the JDK and setting environment; Time for action -- installing the JDK and setting environment; Installing SOA Suite with JDeveloper; Time for action -- installing JDeveloper and SOA Suite; Creating a default domain; Time for action -- creating a default domain; Developing our first BPEL process; Time for action -- creating the SOA composite application. Time for action -- creating XML Schema for the BPEL processTime for action -- modifying WSDL; Time for action -- implementing the BPEL process; Deploying the first BPEL process; Time for action -- deploying the BPEL process; Testing our first BPEL process; Time for action -- testing the BPEL process; Understanding the BPEL language; The BPEL structure; Partner links; Variables; The process logic; A detailed look at the BPEL activities; ; and ; Bookstore BPEL process with branches; Time for action -- more sophisticated BPEL process; Deploy and test the second BPEL process. Time for action -- deploying and testing the second BPEL processSummary; Chapter 2: Service Invocation; Service invocation and orchestration; Developing the book warehousing process; Time for action -- creating the book warehousing process; Implementing the book warehousing BPEL; Time for action -- developing the book warehousing process; Deploying and testing the book warehousing BPEL; Understanding sequential invocation; A closer look at ; Understanding partner links; Partner link types; Defining partner links; Parallel service invocation; Time for action -- developing parallel flows. Deploying and testing the parallel invocationUnderstanding a parallel flow; Summary; Chapter 3: Variables, Data Manipulation, and Expressions; Variables in BPEL; Declaring variables; Variable types; Variables in BookWarehousingBPEL; Time for action -- review of existing variables; Declaring XML type variables; Time for action -- creating XML type variables; Declaring XML element variables; Time for action -- creating XML element variables; Declaring a WSDL message type variable; Time for action -- creating a message type variable; Data manipulation and assignments. Time for action -- copying variablesExpressions; Copying variable parts; Time for action -- copying variable parts; Other options for copying data; Optional attributes; Manipulating data for external partner links; Time for action -- creating the AnotherBookstoreBPEL process; Time for action -- extending the BookWarehousing process; Validating variables; Time for action -- validating variables; The XSLT transformations; Time for action -- using XSLT transformations; Summary; Chapter 4: Conditions and Loops; Conditions; Time for action -- selecting the bookstore with the lowest quantity. If you are a software architect, a designer, a software developer, an SOA and BPM architect, a project manager, or a business process analyst who is responsible for the design and development of business processes, composite applications, and BPM/SOA solutions, then this book is for you. You should have a clear grasp of general SOA concepts including business processes and web services, but no prior knowledge of the BPEL language is required. English. WebSphere. http://id.loc.gov/authorities/names/n2001002465 WebSphere fast BPEL (Computer program language) http://id.loc.gov/authorities/subjects/sh2006005369 Service-oriented architecture (Computer science) http://id.loc.gov/authorities/subjects/sh2008008368 Web services. http://id.loc.gov/authorities/subjects/sh2003001435 BPEL (Langage de programmation) Architecture orientée service (Informatique) Services Web. COMPUTERS Computer Literacy. bisacsh COMPUTERS Computer Science. bisacsh COMPUTERS Data Processing. bisacsh COMPUTERS Hardware General. bisacsh COMPUTERS Information Technology. bisacsh COMPUTERS Machine Theory. bisacsh COMPUTERS Reference. bisacsh BPEL (Computer program language) fast Service-oriented architecture (Computer science) fast Web services fast Weerasiri, Denis, author. Moore, Karl, 1955- cover designer. https://id.oclc.org/worldcat/entity/E39PCjtTCGXKJ3x6QtbwmKQM8y http://id.loc.gov/authorities/names/n97079905 has work: WSEL 2.0 beginner's guide (Text) https://id.oclc.org/worldcat/entity/E39PCH4DY4JmxyHKF6Q7JXbRgC https://id.oclc.org/worldcat/ontology/hasWork Print version: Juric, Matjaz B. WS-BPEL 2.0 beginner's guide : design and develop WS-BPEL executable business processes using Oracle SOA Suite 12c. Birmingham, England : Packt Publishing, ©2014 vii, 365 pages Learning by doing (Packt Publishing) 9781849688963 Learning by doing (Packt Publishing) http://id.loc.gov/authorities/names/no2012059707 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=853237 Volltext |
spellingShingle | Juric, Matjaz B. Weerasiri, Denis WS-BPEL 2.0 beginner's guide : design and develop WS-BPEL executable business processes using Oracle SOA Suite 12c / Learning by doing (Packt Publishing) Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Hello BPEL; Introduction to BPEL; Installing Oracle JDeveloper and SOA Suite; Installing the JDK and setting environment; Time for action -- installing the JDK and setting environment; Installing SOA Suite with JDeveloper; Time for action -- installing JDeveloper and SOA Suite; Creating a default domain; Time for action -- creating a default domain; Developing our first BPEL process; Time for action -- creating the SOA composite application. Time for action -- creating XML Schema for the BPEL processTime for action -- modifying WSDL; Time for action -- implementing the BPEL process; Deploying the first BPEL process; Time for action -- deploying the BPEL process; Testing our first BPEL process; Time for action -- testing the BPEL process; Understanding the BPEL language; The BPEL structure; Partner links; Variables; The process logic; A detailed look at the BPEL activities; ; and ; Bookstore BPEL process with branches; Time for action -- more sophisticated BPEL process; Deploy and test the second BPEL process. Time for action -- deploying and testing the second BPEL processSummary; Chapter 2: Service Invocation; Service invocation and orchestration; Developing the book warehousing process; Time for action -- creating the book warehousing process; Implementing the book warehousing BPEL; Time for action -- developing the book warehousing process; Deploying and testing the book warehousing BPEL; Understanding sequential invocation; A closer look at ; Understanding partner links; Partner link types; Defining partner links; Parallel service invocation; Time for action -- developing parallel flows. Deploying and testing the parallel invocationUnderstanding a parallel flow; Summary; Chapter 3: Variables, Data Manipulation, and Expressions; Variables in BPEL; Declaring variables; Variable types; Variables in BookWarehousingBPEL; Time for action -- review of existing variables; Declaring XML type variables; Time for action -- creating XML type variables; Declaring XML element variables; Time for action -- creating XML element variables; Declaring a WSDL message type variable; Time for action -- creating a message type variable; Data manipulation and assignments. Time for action -- copying variablesExpressions; Copying variable parts; Time for action -- copying variable parts; Other options for copying data; Optional attributes; Manipulating data for external partner links; Time for action -- creating the AnotherBookstoreBPEL process; Time for action -- extending the BookWarehousing process; Validating variables; Time for action -- validating variables; The XSLT transformations; Time for action -- using XSLT transformations; Summary; Chapter 4: Conditions and Loops; Conditions; Time for action -- selecting the bookstore with the lowest quantity. WebSphere. http://id.loc.gov/authorities/names/n2001002465 WebSphere fast BPEL (Computer program language) http://id.loc.gov/authorities/subjects/sh2006005369 Service-oriented architecture (Computer science) http://id.loc.gov/authorities/subjects/sh2008008368 Web services. http://id.loc.gov/authorities/subjects/sh2003001435 BPEL (Langage de programmation) Architecture orientée service (Informatique) Services Web. COMPUTERS Computer Literacy. bisacsh COMPUTERS Computer Science. bisacsh COMPUTERS Data Processing. bisacsh COMPUTERS Hardware General. bisacsh COMPUTERS Information Technology. bisacsh COMPUTERS Machine Theory. bisacsh COMPUTERS Reference. bisacsh BPEL (Computer program language) fast Service-oriented architecture (Computer science) fast Web services fast |
subject_GND | http://id.loc.gov/authorities/names/n2001002465 http://id.loc.gov/authorities/subjects/sh2006005369 http://id.loc.gov/authorities/subjects/sh2008008368 http://id.loc.gov/authorities/subjects/sh2003001435 |
title | WS-BPEL 2.0 beginner's guide : design and develop WS-BPEL executable business processes using Oracle SOA Suite 12c / |
title_auth | WS-BPEL 2.0 beginner's guide : design and develop WS-BPEL executable business processes using Oracle SOA Suite 12c / |
title_exact_search | WS-BPEL 2.0 beginner's guide : design and develop WS-BPEL executable business processes using Oracle SOA Suite 12c / |
title_full | WS-BPEL 2.0 beginner's guide : design and develop WS-BPEL executable business processes using Oracle SOA Suite 12c / Matjaz B. Juric, Denis Weerasiri ; cover image by Karl Moore. |
title_fullStr | WS-BPEL 2.0 beginner's guide : design and develop WS-BPEL executable business processes using Oracle SOA Suite 12c / Matjaz B. Juric, Denis Weerasiri ; cover image by Karl Moore. |
title_full_unstemmed | WS-BPEL 2.0 beginner's guide : design and develop WS-BPEL executable business processes using Oracle SOA Suite 12c / Matjaz B. Juric, Denis Weerasiri ; cover image by Karl Moore. |
title_short | WS-BPEL 2.0 beginner's guide : |
title_sort | ws bpel 2 0 beginner s guide design and develop ws bpel executable business processes using oracle soa suite 12c |
title_sub | design and develop WS-BPEL executable business processes using Oracle SOA Suite 12c / |
topic | WebSphere. http://id.loc.gov/authorities/names/n2001002465 WebSphere fast BPEL (Computer program language) http://id.loc.gov/authorities/subjects/sh2006005369 Service-oriented architecture (Computer science) http://id.loc.gov/authorities/subjects/sh2008008368 Web services. http://id.loc.gov/authorities/subjects/sh2003001435 BPEL (Langage de programmation) Architecture orientée service (Informatique) Services Web. COMPUTERS Computer Literacy. bisacsh COMPUTERS Computer Science. bisacsh COMPUTERS Data Processing. bisacsh COMPUTERS Hardware General. bisacsh COMPUTERS Information Technology. bisacsh COMPUTERS Machine Theory. bisacsh COMPUTERS Reference. bisacsh BPEL (Computer program language) fast Service-oriented architecture (Computer science) fast Web services fast |
topic_facet | WebSphere. WebSphere BPEL (Computer program language) Service-oriented architecture (Computer science) Web services. BPEL (Langage de programmation) Architecture orientée service (Informatique) Services Web. COMPUTERS Computer Literacy. COMPUTERS Computer Science. COMPUTERS Data Processing. COMPUTERS Hardware General. COMPUTERS Information Technology. COMPUTERS Machine Theory. COMPUTERS Reference. Web services |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=853237 |
work_keys_str_mv | AT juricmatjazb wsbpel20beginnersguidedesignanddevelopwsbpelexecutablebusinessprocessesusingoraclesoasuite12c AT weerasiridenis wsbpel20beginnersguidedesignanddevelopwsbpelexecutablebusinessprocessesusingoraclesoasuite12c AT moorekarl wsbpel20beginnersguidedesignanddevelopwsbpelexecutablebusinessprocessesusingoraclesoasuite12c |