BPEL and Java Cookbook
eBook - ePub

BPEL and Java Cookbook

Jurij Laznik

Buch teilen
  1. 382 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

BPEL and Java Cookbook

Jurij Laznik

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

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.

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist BPEL and Java Cookbook als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu BPEL and Java Cookbook von Jurij Laznik im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Computer Science & Programming in Java. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Jahr
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...

Inhaltsverzeichnis