BPEL and Java cookbook over 100 recipes to help you enhance your SOA composite applications with Java and BPEL
The book is written in a Cookbook format with practical recipes aimed at helping you extend BPEL capabilities with Java.This book is aimed at Java developers who use BPEL programming to develop web services in SOA development. It is assumed that the readers are experienced with Java programming and...
Main Author: | |
---|---|
Other Authors: | , |
Format: | eBook |
Language: | Inglés |
Published: |
Birmingham :
Packt Publishing
2013.
|
Edition: | 1st edition |
Subjects: | |
See on Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627567506719 |
Table of Contents:
- Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Calling BPEL from Java; Introduction; Deploying a BPEL process; Gathering a BPEL process's in and out parameters; Calling a synchronous BPEL process from Java; Calling an asynchronous BPEL process from Java; Handling business faults from a synchronous BPEL process; Handling business faults from an asynchronous BPEL process; Mapping the results of a BPEL process; Chapter 2: Calling Services from BPEL; Introduction; Implementing web services with Axis2
- Implementing web services with JAX-WSInvoking the RESTful web services; Invoking the synchronous web service; Invoking the asynchronous web service; The dynamic selection of the web service's endpoint; Invoking web services in a sequence; Invoking web services in parallel; Handling the faults thrown from a web service; Throwing the faults from BPEL; Chapter 3: Advanced Tracing and Logging; Introduction; Creating a custom logger in a BPEL process; Defining composite sensors; Adding a composite sensor; Monitoring a composite sensor; Configuring the logfiles; Changing the level of tracing
- Editing the logfilesViewing logfiles in the Enterprise Manager Console; Viewing metrics and statistics; Chapter 4: Custom Logging in the Oracle SOA Suite; Introduction; Logging to a custom file; Configuring custom handlers; Logging exceptions; Enabling logging on the BPEL server; Redirecting System.out and System.err files; Setting up a rotation logfile; Chapter 5: Transforming and Validating the BPEL Services; Introduction; Using the XSLT transformation in BPEL; Generating the XSLT map with the XSLT mapper; Performing copy between the variables
- Using the functions in the transformation operationsThe chaining functions; Defining and importing the user-defined functions; Using the xsl:for-each command; Defining a parameter; Defining a variable; Validating the variables with the activity; Chapter 6: Embedding Third-party Java Libraries; Introduction; Adding third-party libraries to the SOA Suite server; Adding custom classes to the SOA Suite server; Adding third-party libraries to JDeveloper projects; Adding custom classes to JDeveloper projects; Invoking third-party libraries from BPEL 2.0 process
- Invoking third-party libraries from BPEL 1.1 processChapter 7: Accessing and Updating the Variables; Introduction; Defining global variables in a BPEL process; Defining local variables in a BPEL process; Initializing a variable with an XML literal; Initializing a variable with an inline from-spec; Copying content between the variables; Accessing the fields within Element-based variables; Accessing the fields within the Message Type-based variables; Assigning numerical values to the variables; Applying mathematical calculations on data in the variables
- Assigning Boolean values to the variables