Skip Headers
Oracle® Application Development Framework Developer's Guide For Forms/4GL Developers
10g (10.1.3.1.0)

Part Number B25947-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

8.1 Introduction to Application Modules

An application module is Oracle ADF Business Component component that encapsulates the business service methods and active data model for a logical unit of work related to an end-user task.

By the end of this chapter, you'll understand all the concepts illustrated in Figure 8-1, and more:

Figure 8-1 Application Module Is a Business Service Component Encapsulating a Unit of Work

Image of how application module encapsulates a unit of work

Previous chapters explained the details of including view object instances in an application module's data model and of how client-accessible view objects cooperate internally with the entity objects in your reusable business domain layer. This chapter describes how to combine business service methods with that data model to implement a complete business service.


Note:

The examples in this chapter use the same basic SRService application module from Chapter 7, "Building an Updatable Data Model With Entity-Based View Objects", including the entity-based view objects shown in Figure 8-1. To experiment with a working version, download the DevGuideExamples workspace from Example Downloads page at http://otn.oracle.com/documentation/jdev/b25947_01 and see the ApplicationModules project.