Book Image

Oracle BPM Suite 11g Developer's cookbook

By : Vivek Acharya
Book Image

Oracle BPM Suite 11g Developer's cookbook

By: Vivek Acharya

Overview of this book

Oracle Business Process Management Suite is a complete set of tools for creating, executing, and optimizing business processes.Oracle BPM Suite 11g offers the flexibility that business demands, hand-in-hand with the power IT requires. The result is an agile platform that brings together your existing applications, enabling you to react quickly to new business requirements.With this cookbook we will develop rich, interactive business processes using the Oracle Business Process Management suite.With Oracle BPM Suite 11g Developer's Cookbook, a common process model based on BPMN is presented to the specific role assigned to readers in each chapter. Explore Oracle BPM 11g with Modelling, Implementation, Simulation, Deployment, Exception Management, BPM and SOA in Concert, Advanced Rules and Human tasks, End User Interaction and Run-time.Oracle BPM Suite 11g Developer's Cookbook will help readers learn BPM 11g through a Real World Sample Process.This book is divided into four sections: the first section, Modeling, lays the foundation and demonstrates how to implement the Modeling of Business processes for a Use Case of a Fictitious Organization which needs BPM to be implemented at their site (with data objects and information handling). In the second section, Implementation, we learn about Process Implementation, Human Interaction, Business Rules, and much more. In the third section, Measuring, we learn about Post Process Development, Performance Analysis and Simulation Models. In the last section, Deployment, Migration and Run-Time, we learn deployment and migration, and Post Deployment Run-Time.
Table of Contents (20 chapters)
Oracle BPM Suite 11g Developer's Cookbook
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Oracle BPM—Application Development Lifecycle

Creating and defining projects


You will need a container for the resources that are used to create and support business applications created using Oracle BPM. Oracle BPM projects are based on SOA projects, but they include the additional functionality of the Oracle BPM Suite, including BPMN processes.

How to do it...

You will use JDeveloper as the IDE to work with BPM Studio. The version of JDeveloper used is 11.1.1.5.0. This is done as follows:

  1. 1. Start the JDeveloper Studio (11.1.1.5.0). Choose the default role, to enable all the technologies. You can also choose the BPM Process Analyst role.

  2. 2. Click on File | New | All Items, and choose BPM Application:

  3. 3. Give a name to the application, say FusionNX_Application.

  4. 4. We will create an application as we are starting the demo. In subsequent chapters and demos, we will use the same chapter.

  5. 5. Click on the Application menu, to the right of the application name in JDeveloper and click New Project....

  6. 6. Choose BPM Tier in the project gallery, and select BPM Project:

  7. 7. Enter the Project details such as Project Name (SalesQuoteToContractDemo) and specify the Directory where it will get saved.

  8. 8. Make sure that both BPM and SOA are selected.

  9. 9. A new Project will get created and will appear in the Project navigator, with a structure of resources, as shown:

How it works...

You must be aware that to handle resources, which together create an application, you need a container. And Projects is the container for BPM resources to create a BPM application.

There's more...

In addition to the two resources of BPM project, Processes and Organization, there are other major resources of an Oracle BPM project:

  • Processes: BPM and/or BPEL processes

  • Activity Guide: Includes project milestones defined for each BPMN process

  • Organization: Includes the organization elements, such as Roles, Organization Units, Calendars, and Holiday rules

  • Business Catalog: Includes reusable components including services, adapters, and human tasks

  • Simulations: Includes the simulation models defined for a project and individual BPMN processes

  • Resources: Contain the XML transformations defined for your project