Chapter 7. Developing UI using Oracle ADF
So far, you have learnt to model, implement, and simulate the Oracle BPMN process. During implementation, you have infused Business Rules and have created a Human Task. While creating Human Tasks, you have created user interfaces for the participant/users to interact with your Human Task and to act on them. You have adopted an auto-generation mechanism to generate a user interface for Human Task. You have witnessed the use of human interaction in an earlier chapter (Chapter 5, Human Workflow in BPM Process). Human interaction provides user interfaces to the people to interact with Human Tasks. Oracle BPM 11g sits on top of SOA and leverages the Oracle Application Development Framework (ADF). Oracle ADF is a powerful framework that includes rich user interface capabilities. In this chapter, you will learn ways to create UI pages for interacting with Human Tasks.
In this chapter, we will cover the following topics:
Creating ADF Task Forms
Creating a...