BPEL and Java Cookbook
eBook - ePub

BPEL and Java Cookbook

Jurij Laznik

Condividi libro
  1. 382 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

BPEL and Java Cookbook

Jurij Laznik

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

In Detail

The Business Process Execution Language (BPEL) has become the de-facto standard for orchestrating web services. BPEL and web services are both clamped into Service-oriented Architecture (SOA). Development of efficient SOA composites too often requires usage of other technologies or languages, like Java. This Cookbook explains through the use of examples how to efficiently integrate BPEL with custom Java functionality.If you need to use BPEL programming to develop web services in SOA development, this book is for you.

BPEL and Java Cookbook will show you how to efficiently integrate custom Java functionality into BPEL processes. Based on practical examples, this book shows you the solutions to a number of issues developers come across when designing SOA composite applications. The integration between the two technologies is shown two-fold; the book focuses on the ways that Java utilizes the BPEL and vice-versa.

With this book, you will take a journey through a number of recipes that solve particular problems with developing SOA composite applications. Each chapter works on a different set of recipes in a specific area. The recipes cover the whole lifecycle of developing SOA composites: from specification, through design, testing and deployment.

BPEL and Java Cookbook starts off with recipes that cover initiation of BPEL from Java and vice-versa. It then moves on to logging and tracing facilities, validation and transformation of BPEL servers, embedding of third-party Java libraries into BPEL. It also covers manipulation with variables in BPEL different techniques of Java code wrapping for web service usage and utilization of XML faades.

After reading BPEL and Java Cookbook you will be able to circumvent many of the issues that developers experience during SOA composite application development.

Approach

A concise Cookbook with practical recipes for experienced Java developers. The book is packed with illustrated code examples to create scalable programs using BPEL, JAVA, and JDeveloper.

Who this book is for

This book is aimed at Java developers who need to use BPEL programming to develop web services in SOA development. You should be experienced with Java programming and SOA, but knowledge of BPEL is not necessarily required.

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
BPEL and Java Cookbook è disponibile online in formato PDF/ePub?
Sì, puoi accedere a BPEL and Java Cookbook di Jurij Laznik in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Computer Science e Programming in Java. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Anno
2013
ISBN
9781849689205

BPEL and Java Cookbook


Table of Contents

BPEL and Java Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers and more
Why Subscribe?
Free Access for Packt account holders
Instant Updates on New Packt Books
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Downloading the example code
Errata
Piracy
Questions
1. Calling BPEL from Java
Introduction
Deploying a BPEL process
Getting ready
How to do it…
There's more…
Gathering a BPEL process's in and out parameters
How to do it…
How it works…
See also
Calling a synchronous BPEL process from Java
How to do it…
How it works…
There's more…
Calling an asynchronous BPEL process from Java
Getting ready
How to do it…
How it works…
Handling business faults from a synchronous BPEL process
Getting ready
How to do it…
How it works…
There's more…
Handling business faults from an asynchronous BPEL process
Getting ready
How to do it…
How it works…
There's more…
See also
Mapping the results of a BPEL process
Getting ready
How to do it…
How it works…
There's more…
See also
2. Calling Services from BPEL
Introduction
Implementing web services with Axis2
Getting ready
How to do it…
How it works…
There's more…
See also
Implementing web services with JAX-WS
Getting ready
How to do it…
How it works…
There's more…
See also
Invoking the RESTful web services
Getting ready
How to do it…
How it works…
The binding type
The operation attribute
Invoking the synchronous web service
Getting ready
How to do it…
How it works…
There's more…
See also
Invoking the asynchronous web service
Getting ready
How to do it…
How it works…
There's more…
See also
The dynamic selection of the web service's endpoint
Getting ready
How to do it…
How it works…
There's more…
See also
Invoking web services in a sequence
Getting ready
How to do it…
How it works…
See also
Invoking web services in parallel
Getting ready
How to do it…
How it works…
There's more…
See also
Handling the faults thrown from a web service
Getting ready
How to do it…
How it works…
There's more…
Throwing the faults from BPEL
How to do it…
There's more…
3. Advanced Tracing and Logging
Introduction
Creating a custom logger in a BPEL process
Getting ready
How to do it…
How it works…
There's more…
Quick debug logger for the BPEL process
See also
Defining composite sensors
Getting ready
How to do it…
How it works…
There's more…
Defining a variable sensor in BPEL
Defining an activity sensor in BPEL
Defining a fault sensor in BPEL
The sensor action
See also
Adding a composite sensor
Getting ready
How to do it…
How it works…
There's more…
Adding a BPEL sensor for JMS queuing
See also
Monitoring a composite sensor
Getting ready
How to do it…
How it works…
Configuring the logfiles
Getting ready
How to do it…
How it works…
There's more…
Creating a log for every BPEL instance run
See also
Changing the level of tracing
How to do it…
How it works…
There's more…
Configuring the level of the custom loggers
See also
Editing the logfiles
How to do it…
There's more…
See also
Viewing logfiles in the Enterprise Manager Console
How to do it…
How it works…
Viewing metrics and statistics
Getting ready
How to do it…
How it works…
There's more…
4. Custom Logging in the Oracle SOA Suite
Introduction
Logging to a custom file
Getting ready…
How to do it…
How it works…
Configuring custom handlers
How to do it…
Logging exceptions
Getting ready…
How to do it…
There's more…
Enabling logging on the BPEL server
Getting ready…
How to do it…
How it works…
There's more…
Redirecting System.out and System.err files
Getting ready…
How to do it…
Setting up a rotation logfile
Getting ready…
How to do it…
How it works…
See also
5. Transforming and Validating the BPEL Services
Introduction
Using the XSLT transformation in BPEL
Getting ready
How to do it…
How it works…
There's more…
See also
Generating the XSLT map with the XSLT mapper
Getting ready
How to do it…
How it works…
See also
Performing copy between the variables
Getting ready
How to do it…
How it works…
There's more…
Auto Map
Completion Status
See also
Using the functions in the transformation operations
Getting ready
How to do it…
How it works…
See also
The chaining functions
Getting ready
How to do it…
How it works…
See also
Defining and importing the user-defined functions
How to do it…
How it works…
There's more…
Using the user-defined function
Migrating the user-defined functions to the Oracle SOA server
Using the xsl:for-each command
Getting ready
How to do it…
How it works…
Defining a parameter
Getting ready
How to do it…
How it works…
See also
Defining a variable
How to do it…
How it works…
Validating the variables with the <assign> activity
Getting ready
How to do it…
How it works…
There's more…
6. Embedding Third-party Java Libraries
Introduction
Adding third-party li...

Indice dei contenuti