Book Image

Oracle BAM 11gR1 Handbook

By : Pete Wang
Book Image

Oracle BAM 11gR1 Handbook

By: Pete Wang

Overview of this book

An integral component of Oracle SOA and BPM Suite, Oracle BAM (Business Activity Monitoring) ultimately empowers business executives to react quickly to changing business situations. BAM enables business service and process monitoring through real-time data streaming and operational reports, and this book helps you to take advantage of this vital tool with best practice guidance for building a BAM project."Oracle BAM 11gR1 Handbook" is an essential companion for advancing your BAM knowledge, with troubleshooting and performance tuning tips to guide you in building BAM applications. The book uses step-by-step instructions alongside a real world demo project to steer you through the pitfalls of report and application development. Packed with best practices, you'll learn about BAM migration, HA configuration and much more."Oracle BAM 11gR1 Handbook" comprises a myriad of best practices for building real-time operational dashboards, reports and alerts. The book dives straight into the architecture of Oracle BAM 11g, before moving swiftly onto concepts like managing BAM server securities, populating Data Objects and performing load testing. Later on you'll also learn about BAM migration and building an ADF-based report, plus much more that you won't want to miss. For focusing in on best practices for this integral tool within Oracle SOA and BPM Suite, "Oracle BAM 11gR1 Handbook" is the perfect guide for the job.
Table of Contents (18 chapters)
Oracle BAM 11gR1 Handbook
Credits
Foreword
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface

Chapter 3. Populating Data Objects with Real-time Data

As you saw in the previous chapter, Data Objects contain the data layout and content on which BAM reports are generated. To render a dynamic report that displays a continuous stream of business data from various data sources (BPEL processes, SOA composites, JMS destinations, web services, and so on), you need to find a solution on populating these Data Objects with real-time business data.

In this chapter, various technologies that can be used to move business data to BAM will be covered:

  • Using the Oracle BAM Adapter

  • Using BPEL sensors

  • Using Enterprise Message Sources

  • Using Oracle BAM Web services

Note

Each section in the chapter discusses different technologies, which are not directly related to each other, and may require different skill sets or backgrounds to understand the concepts. So, you may either read these sections one by one, or pick up any section that you are interested in to start with. For example, learning about the Oracle BAM...