Packt Publishing Community Experience, Distilled

Oracle SOA Suite Developer's Guide

HomeBooksSupportFreeAuthorsAward
BROWSE SEARCH SHOPPING CART CHECKOUT

 
SEARCH

Search our Site


 
Oracle SOA Suite Developer's Guide
 
Oracle SOA Suite Developer's Guide Design and build Service-Oriented Architecture Solutions with the Oracle SOA Suite 10gR3
 
  • A hands-on guide to using and applying the Oracle SOA Suite in the delivery of real-world SOA applications.
  • Detailed coverage of the Oracle Service Bus, BPEL Process Manager, Web Service Manager, Rules, Human Workflow, and Business Activity Monitoring.
  • Master the best way to combine / use each of these different components in the implementation of a SOA solution.
  • Illustrates key techniques and best practices using a working example of an online auction site (oBay).
 
Available Now
Cover price   $79.99
Packt Special Offer   $71.99 save 10%
Change Currency   what is this?
Free shipping! US, UK, Europe & selected Asian countries
Where else can I buy this book?

Also available from:
READY TO BUY?

You can change your mind later
Returns Information
READY TO BUY?
  • Buy 2 books, get 18% off
  • Buy 2 eBooks, get 35% off

eBook Version
READY TO BUY?



eBooks are non returnable and non refundable.
Packt eBook Licence agreement

Oracle SOA Suite Developer's Guide - PDF eBook
Adobe PDF eBook
Oracle SOA Suite Developers Guide [eBook]
File size: 15.75 MB
Packt eBooks are a low cost and immediate companion or alternative to print books. Packt eBooks can be printed and are now copy-paste enabled.
Packt eBook User Guide

Buy two or more eBooks and get 35% off

eBook only
$63.99
$54.39
Save 15% off eBook
Book and eBook bundle $134.38
$81.59
 
Save 10% off Book & 85% off eBook

Code download
Request a Review Copy
Send us feedback on this title
Ask a question about this title
Sample Chapter 7 Using Business Rules to Define Decision Points [2.0 MB]
Table of Contents
Book Details
Language English
Paperback 652 pages [191mm x 235mm]
Release date March 2009
ISBN 1847193552
ISBN 13 978-1-847193-55-1
Author(s) Antony Reynolds, Matt Wright
Topics and Technologies Web Services SOA BPEL, Architecture and Analysis, Java, Web Development, Oracle

Discount Offer

+ Buy this book with Oracle Modernization Solutions book and get 25% discount on both. Just enter oso3as in the 'Promotion Code' field and click 'Update' during checkout. The discount will be applied. 

Use and apply the Oracle SOA Suite in the implementation of real-world SOA applications.


In Detail
We are moving towards a standards-based Service-Oriented Architecture (SOA), where IT infrastructure is continuously adapted to keep up with the pace of business change. Oracle is at the forefront of this vision, with the Oracle SOA Suite providing the most comprehensive, proven, and integrated tool kit for building SOA based applications.

Developers and Architects using the Oracle SOA Suite, whether working on integration projects, building composite applications, or specializing in implementations of Oracle Applications, need a hands-on guide on how best to harness and apply this technology.

This book will guide you on using and applying the Oracle SOA Suite to solve real-world problems, enabling you to quickly learn and master the technology and its applications.

The initial section of the book is aimed at providing you with a detailed hands-on tutorial to each of the core components that make up the Oracle SOA Suite; namely the Oracle Service Bus, BPEL Process Manager, Human Workflow, Business Rules, and Business Activity Monitoring. Once you are familiar with the various pieces of the SOA Suite and what they do, the next question will typically be: "What is the best way to combine / use all of these different components to implement a real-world SOA solution?"

Answering this question is the goal of the next section. Using a working example of an online auction site (oBay), it leads you through key SOA design considerations in implementing a robust solution that is designed for change. Though the examples in the book are based on Oracle SOA Suite 10.1.3.4 the book will still be extremely useful for anyone using 11g.

The final section addresses non-functional considerations and covers the packaging, deployment, and testing of SOA applications; it then details how to use Web Service Manager to secure and administer SOA applications.

Read the full Table of Contents for Oracle SOA Suite Developer's Guide


What you will learn from this book
  • Learn to use key technology adapters to service-enable existing systems
  • Build implementation-agnostic services using the Oracle Service Bus
  • Assemble services to build composite services and long-running business process using BPEL
  • Initiate and discover how business rules can be used to externalize "decision points" in a BPEL process
  • Incorporate Human Workflow into your processes and use Business Rules to provide greater agility
  • Design XML schemas and service contracts for improved agility, reuse, and interoperability
  • Examine different approaches either from scratch or by re-using existing logic for building new business services
  • Observe the protocols available in addition to SOAP over HTTP for invoking Web Services and the advantages they provide
  • Create, deploy, and run test cases that automate the testing of composite applications
  • Secure and administer SOA applications using Web Service Manager
  • Architect, design, and implement your overall SOA Solution
  • Design your Web Service contracts for interoperability and maintainability

Section 1 – Getting Started

Chapter 1: Introduction to Oracle SOA Suite: An initial introduction to the Oracle SOA Suite and its various components.

Chapter 2: Writing your first service: A hands-on introduction to the core components of the Oracle SOA Suite, namely the Oracle BPEL Process Manager and the Oracle Service Bus.

Chapter 3: Service-enabling existing systems: Looks at a number of key technology adapters and how we can use them to service-enable existing systems.

Chapter 4: Loosely coupling services: Describes how we can use the Oracle Service Bus to build services that are implementation-agnostic.

Chapter 5: Building composite services and business processes: Covers how to use BPEL to assemble services to build composite services and long-running business process.

Chapter 6: Adding in human workflow: This chapter looks at how human tasks can be managed through workflow activities embedded within a BPEL process.

Chapter 7: Using business rules to define decision points: This chapter introduces business rules and how we can use them to externalize "decision points" in a BPEL process.

Chapter 8: Building real-time dashboards: This chapter looks at how Business Activity Monitoring (BAM) can be used to give business users a real-time view into how business processes are performing.

Section 2 – Putting it all together

Chapter 9: oBay introduction: Provides a blueprint for our SOA architecture, highlighting some of the key design considerations and describing how they fit our architecture for oBay.

Chapter 10: Designing the service contract: Gives guidance on how to design XML schemas and service contracts for improved agility, reuse, and interoperability.

Chapter 11: Building business services: Examines different approaches for building new business services either from scratch or by re-using existing logic.

Chapter 12: Building validation into services: Examines how we can implement validation within a service using XSD validation, Schematron, and Business Rules.

Chapter 13: Error handling: This chapter examines strategies for handling system and business errors, with detailed coverage of the BPEL Fault Management Framework.

Chapter 14: Message interaction patterns: Covers complex messaging interactions, including multiple requests and responses, timeouts, and message correlation (both system and business).

Chapter 15: Workflow patterns: Looks at how to implement workflows involving complex chains of approval and how to use the Workflow Service API.

Chapter 16: Using business rules to implement services: Here we look at the Rules engine’s inferencing capabilities, and how we can use them to implement types of business services.

Chapter 17: The importance of bindings: Looks at the protocols available in addition to SOAP over HTTP for invoking web services and the advantages they provide.

Section 3 – Other considerations

Chapter 18: Packaging and deployment: Examines how to package up a SOA application for deployment into environments such as test and production.

Chapter 19: Testing composite applications: Looks at how to create, deploy, and run test cases that automate the testing of composite applications.

Chapter 20: Defining security and management policies: Details how to use Web Service Manager to secure and administer SOA applications.
Approach
This book is a comprehensive guide, split into three sections. The initial section of the book provides an introduction to the Oracle SOA Suite and its various components, and will give you a fast-paced hands-on introduction to each of the key components in turn. The next section illustrates the usage of the various components of the SOA Suite to implement a real-world SOA-based solution with the help of an example of an online auction site (oBay). The final section covers other considerations such as the packaging, deployment, testing, security, and administration of SOA applications.
Who this book is written for
This book targets developers and technical architects who work in the SOA domain. The primary purpose of the book is to provide them with a "hands on" practical guide to using and applying the Oracle SOA Suite in the delivery of real-world composite applications.

It presumes basic understanding of the concepts of SOA, as well as some of the key standards in this space, including web services (SOAP, WSDL), XML Schemas, and XSLT (and XPath).


Author(s)
Antony Reynolds

Antony Reynolds has worked with Oracle BPEL from the days before Oracle acquired Collaxa in 2004 and with it the product now known as the Oracle BPEL Process Manager. Since then Antony has been a keen evangelist of the power of SOA and has worked with key European customers to help them realize the power of the Oracle SOA Suite within their own organizations.

Prior to joining Oracle, Antony was a system architect working on the Galileo Computerized Reservation System. The business-driven architecture skills Antony learned there have proven invaluable in helping him to see beyond initial flashy solutions and understand the issues that will come with implementing SOA solutions in a high-volume 24x7 environment.

With more than 20 years of IT experience Antony has always focused on secure, high-volume systems on the leading edge of the technology curve and is now a leading proponent of business-focused SOA at Oracle.


Matt Wright

Matt Wright has been involved with standards-based Service Oriented Architecture (SOA) since shortly after the initial submission of SOAP 1.1 to the W3C in 2000, and has worked with some of the early adopters of BPEL since its initial release in 2002. Since then, he has been a passionate exponent of SOA and has been engaged in some of the earliest SOA-based implementations across EMEA and APAC.

He is currently a Director of Product Management for Oracle Fusion Middleware in APAC, where he is responsible for working with organizations to educate and enable them in realizing the full business benefits of SOA in solving complex business problems. As a recognized authority on SOA, Matt is also responsible for evangelizing the Oracle SOA message and is a regular speaker and instructor at private and public events. He also enjoys writing and publishes his own blog (http://blogs.bpel-people.com). Matt holds a B.Sc. (Eng) in Computer Science from Imperial College, University of London.


   




© Packt Publishing Ltd 2010

RSS