BPEL and Java cookbook : over 100 recipes to help you enhance your SOA composite applications with Java and BPEL /
Annotation
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing,
2013.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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