Book Image

Oracle SOA Infrastructure Implementation Certification Handbook (1Z0-451)

By : Kathiravan Udayakumar
Book Image

Oracle SOA Infrastructure Implementation Certification Handbook (1Z0-451)

By: Kathiravan Udayakumar

Overview of this book

<p>Completing the Oracle SOA Infrastructure Implementation Certification develops your conceptual and real-world understanding of the primary components of the Oracle SOA Suite, including BPEL process engine and Oracle Service Bus and will allow you to become familiar with Service Oriented Architecture concepts.<br /><br /><br />This definitive certification guide provides a disciplined approach to be adopted for successfully clearing the 1Z0-451 Oracle SOA Foundation Practitioner exam to attain the Oracle SOA Infrastructure Implementation Certification.<br /><br />The book starts with essential SOA concepts and then dives into building of composite applications. You will then learn how to work with technology and application adapters. Next, you will learn orchestrating Services with BPEL and advanced BPEL concepts. Midway through the book you will learn about Mediator components and Human Workflows. The book will then cover Oracle Business Rules and securing services and composite applications. Towards the end of the book, you will learn how to monitor and manage SOA Deployment. The book concludes&nbsp; with a post assessment exam that will give you a feel for the actual SOA Foundation Practitioner exam, and a must-have developer reference that covers important SOA concepts.</p>
Table of Contents (22 chapters)
Oracle SOA Infrastructure Implementation Certification Handbook (1Z0-451)
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Pre-assessment Test
Post-assessment Test

Defining an Oracle SOA Composite application


An Oracle SOA Composite application is defined using the SOA application category from JDeveloper. The following are the steps involved in creating the Oracle SOA Composite application:

  1. 1. Select File | New from JDeveloper.

  2. 2. Choose the Applications from categories and SOA Application as an item:

  3. 3. Provide the Application Name as SOACompositeApplication and click on Next:

  4. 4. Provide the Project Name as SOAProject and click on Next:

  5. 5. The Oracle SOA Composite application is created using the Wizard and following the steps shown:

  6. 6. Provide BPEL Name as BPELProcess and select the Template as Synchoronous BPEL Process:

  7. 7. The Composite application is created using the Composite Editor:

The following is a list of artifacts that are created when the Oracle SOA Composite application is defined:

S.No

Component Type

Filename

Description

1

SCA Composite

Composite.xml

This contains the description of the SOA Composite application

2

For every...