BPEL and Java Cookbook
eBook - ePub

BPEL and Java Cookbook

Jurij Laznik

Compartir libro
  1. 382 páginas
  2. English
  3. ePUB (apto para móviles)
  4. Disponible en iOS y Android
eBook - ePub

BPEL and Java Cookbook

Jurij Laznik

Detalles del libro
Vista previa del libro
Índice
Citas

Información del 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.

Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es BPEL and Java Cookbook un PDF/ePUB en línea?
Sí, puedes acceder a BPEL and Java Cookbook de Jurij Laznik en formato PDF o ePUB, así como a otros libros populares de Computer Science y Programming in Java. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Año
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...

Índice