Book Image

Getting Started With Oracle SOA Suite 11g R1 - A Hands-On Tutorial

By : Demed L'Her, Heidi Buelow, Jayaram Kasi, Manas Deb, Prasen Palvankar
Book Image

Getting Started With Oracle SOA Suite 11g R1 - A Hands-On Tutorial

By: Demed L'Her, Heidi Buelow, Jayaram Kasi, Manas Deb, Prasen Palvankar

Overview of this book

<p>Accelerate your learning path to Oracle SOA Suite 11g with this easy-to-use and comprehensive hands-on tutorial. This tutorial is built upon proven training content that has been acclaimed by hundreds of developers at SOA Suite 11g rollout training courses.</p> <p>Getting Started With Oracle SOA Suite 11g walks you through the development of a services-oriented composite application based on a real-life scenario. The solution is built in an iterative fashion, with each chapter introducing new features one by one. This fully illustrated step-by-step tutorial is based on proven training content that has been praised by hundreds of developers in product training courses forming the SOA Suite 11g rollout.</p> <p>SOA has evolved from being a buzzword into a mature technology, and is now used in mission-critical systems all around the world. With Oracle SOA Suite 11g, Oracle provides a complete, integrated, standards-based and best-of-breed solution to build and manage large, highly demanding SOA projects.</p> <p>The book starts by introducing key SOA concepts, and emerging standards such as Service Component Architecture (SCA), that are key to understanding Oracle SOA Suite 11g. The remainder of the book, written in the form of a tutorial, will quickly guide new and experienced developers through the complete breadth of features and components offered by Oracle SOA Suite 11g. This tutorial is modular, and you will learn how to build a services-oriented composite application project iteratively with each chapter introducing new technology components and adding a functional increment. Ready-to-deploy solutions are provided for each and every step, so developers can jump into the tutorial at any point in the book, beginning with the solution for the previous chapter. Chapter instructions are written at three levels of complexity: detailed step by step instructions for the newbie, high level functional and design notes for those who want the challenge of building without the details, and a quick-build list of objects for experienced users who just want to build the application.</p>
Table of Contents (27 chapters)
Getting Started with Oracle SOA Suite 11g R1 – A Hands-On Tutorial
Credits
Foreword
About the Authors
Acknowledgment
Preface
20
Concluding Remarks
Index

Introducing Oracle Service Bus


Oracle Service Bus (OSB) is a high-performance stateless enterprise service bus that provides service virtualization and ensures IT agility. OSB can work with all types of data formats, from XML to binary and structured text (SWIFT FIN or CSV for instance) or protocols, from SOAP to JMS, and from MQSeries to t3.

What are the types of changes that OSB can absorb?

OSB can largely absorb all of the following conditions:

  1. Changes to the document format, say due to XML schema changes or even changes to the version of structured binary data. Transformation can be done by Java code, XSLT, XQuery, or MFL to convert between structured binary and XML. OSB supports any to any bridging between formats.

  2. Changes to packaging say from SOAP 1.1 to SOAP 1.2 or even from REST to SOAP.

  3. Changes to the routing or load-balancing logic.

  4. Changes to the location of a service (change in address).

  5. Changes to the security scheme, say from HTTP basic authorization to web services security username...