Preface
For implementing business process agility using Oracle SOA BPEL Process Manager, most books cover few of the following domains:
Designing and architecting SOA composite applications
Developing SOA composite applications using BPEL
Testing and debugging SOA composite applications
Installing, configuring, deploying, securing, and administering SOA composite applications
In this book, we have combined these domains to deliver the complete handbook. It provides our readers an understanding of what goes outside of their direct responsibilities. This horizontal understanding improves the collaboration among the cross functional groups that would result in increased team productivity.
This book is a comprehensive hands-on industry-leading-practice guide to deliver real-world SOA composite applications using the Oracle SOA Suite BPEL Process Manager platform. The content is 90 percent hands-on instructions with 10 percent of details. You will find an overview of technical fundamentals, step-by-step tutorials, and industry leading practices implementing SOA composite applications.
What this book covers
This book will teach you how to design, develop, test, deploy, secure, and administer an SOA composite application.
Chapter 1, Creating Basic BPEL Processes, provides an understanding of the concept and evolution of Business Process Execution Language (BPEL) and also provides step-by-step instructions for downloading, installing, and configuring Oracle SOA Suite BPEL Processer Manager Platform and JDeveloper.
Chapter 2, Configuring BPEL Processes, teaches about the BPEL language and helps you create basic and complex BPEL processes using JDeveloper and Oracle SOA Suite BPEL Process Manager Platform.
Chapter 3, Invoking a BPEL Process, teaches from examples how to invoke BPEL processes from any Java client or web services and vice versa. It also teaches how to configure transaction timeout for BPEL services.
Chapter 4, Orchestrating BPEL Services, provides step-by-step instructions for designing, creating, and configuring BPEL orchestration, adaptors, business rules, and human workflow. Some of the advanced BPEL orchestration techniques are covered as well.
Chapter 5, Test and Troubleshoot SOA Composites, teaches with examples how to create test suites for BPEL services, how to debug and troubleshoot Oracle SOA Suite Platform and BPEL processes. It also covers dehydration store purge strategies, SOA composites monitoring, SOA Suite logging, and audit configurations.
Chapter 6, Architect and Design Services Using BPEL, covers Oracle SOA Suite components and their use cases, interactions, BPEL design patterns, request- and event- driven architecture. It provides step-by-step instructions for integrating BPEL Process Manager with Oracle Service Bus along with instructions on achieving loose coupling using Oracle Enterprise Service Bus.
Chapter 7, Performance Tuning – Systems Running BPEL Processes, covers performance tuning of SOA composite applications for optimal performance and scalability. The industry leading practices for the Oracle SOA Suite platform components, WebLogic server platform, JVM, operating systems, and load balancers are also included.
Chapter 8, Integrating the BPEL Process Manager with Service Bus, Registry, and SOA Deployment, introduces the design of SOA composite application, use cases of Oracle Service Bus (OSB) and Oracle Registry (OSR) along with ways to create and consume services from Registry and Service Bus. The chapter also takes a look at the deployment of an SOA composite application using JDeveloper and Oracle Enterprise Manager's console.
Chapter 9, Securing a BPEL Process, introduces various options to design and implement a security solution for securing a BPEL process. This chapter provides the available security options and industry leading practices to implement authentication, authorization, data security in transit, and denial-of-service attacks for SOA composite applications. The usage of Oracle Web Service Manager (OWSM) for securing web services are described in detail.
Chapter 10, Architecting High Availability for Business Services, explains the systems architecture options for achieving high availability for SOA composite application's design and deployment. This chapter delves deeper into deployment architecture options—cluster architecture for achieving high scalability and availability of composite applications.
Chapter 11, The Future of Process Modeling, explains the evolution of Process Modeling and what to expect in the near future from various stakeholders in this domain. Also covered are the basics of Oracle BPM Suite (Business Process Management), BPA Suite (Business Process Analysis), along with BPMN (Business Process Model and Notation). It also explains how to use JDeveloper to design and develop process models using BPMN.
Chapter 12, Troubleshooting Techniques, covers possible issues during deployment and runtime with SOA Suite BPEL Process Manager and their troubleshooting techniques. The key takeaway is that knowing all the possible reasons for an issue and then going through the process of elimination to identify the root cause of the issue. The art and science lies in ranking the possible reasons and selecting which one to eliminate first for an issue at hand.
What you need for this book
Oracle SOA Suite 11g Release 11gR1 (11.1.1.7.0)
BPEL Process Manager
Oracle Business Rules
Oracle Web service Manager (OWSM)
Oracle Business Activity Monitoring (BAM)
Oracle JDeveloper 11g (11.1.2.4.0)
JDeveloper Extension - Oracle SOA Composite Editor (11.1.2.4.0)
Oracle Database Express Edition 11g Release 2
Oracle Service Bus Release 11gR1 (11.1.1.7.0)
Oracle Service Registry (11.1.1.6.0)
Oracle BPM Suite 11gR1 (11.1.1.7.0)
Oracle BPA Suite 11g Release 1 (11.1.1.7)
JDK 6
Who this book is for
This book is primarily written for the following:
SOA Developers: To develop SOA Composite applications
Administrators: To install, configure, deploy, troubleshoot, and for performance tuning of SOA Suite Platform
Enterprise/Security/System/Infrastructure architects: To design composite applications, create infrastructure and system architecture, and to design security solutions
Business Analysts/QA Testers, Project Managers, and Engineers: To design SOA services and business processes, monitor and test composite applications, and oversee &/ manage SOA projects
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "To avoid the install error message, provide the location of JDK/JRE while running the setup.exe
file from the commond line"
Any command-line input or output is written as follows:
setup.exe -jreLoc C:\Oracle\Middleware\jdk160_24
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "You'll see the Middleware Home Directory screen (if needed, update the install directory), click on Next.".
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
Reader feedback
Feedback from our readers is always welcome. Let us know what you think about this book—what you liked or may have disliked. Reader feedback is important for us to develop titles that you really get the most out of.
To send us general feedback, simply send an e-mail to <feedback@packtpub.com>
, and mention the book title via the subject of your message.
If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide on www.packtpub.com/authors.
Customer support
Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.
Errata
Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in the text or the code—we would be grateful if you would report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/submit-errata, selecting your book, clicking on the errata submission form link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded on our website, or added to any list of existing errata, under the Errata section of that title. Any existing errata can be viewed by selecting your title from http://www.packtpub.com/support.
Piracy
Piracy of copyright material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works, in any form, on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.
Please contact us at <copyright@packtpub.com>
with a link to the suspected pirated material.
We appreciate your help in protecting our authors, and our ability to bring you valuable content.
Questions
You can contact us at <questions@packtpub.com>
if you are having a problem with any aspect of the book, and we will do our best to address it.