BPEL and Java Cookbook
eBook - ePub

BPEL and Java Cookbook

Jurij Laznik

Share book
  1. 382 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

BPEL and Java Cookbook

Jurij Laznik

Book details
Book preview
Table of contents
Citations

About This Book

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.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on ā€œCancel Subscriptionā€ - itā€™s as simple as that. After you cancel, your membership will stay active for the remainder of the time youā€™ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlegoā€™s features. The only differences are the price and subscription period: With the annual plan youā€™ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weā€™ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is BPEL and Java Cookbook an online PDF/ePUB?
Yes, you can access BPEL and Java Cookbook by Jurij Laznik in PDF and/or ePUB format, as well as other popular books in Informatik & Programmierung in Java. We have over one million books available in our catalogue for you to explore.

Information

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

Table of contents